
vanta "tits out at the bridge rave" black
@vantablack@cyberpunk.lol
LOOK AT ALL THESE AWESOME EMOJIS @rachaelspooky MADE!!!!!
and there's more at https://rachael.cafe/emoji :3
@vantablack@cyberpunk.lol
LOOK AT ALL THESE AWESOME EMOJIS @rachaelspooky MADE!!!!!
and there's more at https://rachael.cafe/emoji :3
@tschfflr@fediscience.org
🤩 We spent today recording video for a new professional short introduction into our ViCom project on #emojis 📹 It was fun trying to find the most photogenic public spots on campus (as emoji research consists mostly of us staring at computer screens all day long, and is not very... visually interesting)
Very excited to show you the results in a few weeks or months! #visualCommunication #linguistics #sciComm @vicom https://vicom.info/projects/semantics-and-pragmatics-of-emojis-in-digital-communication/
@tschfflr@fediscience.org
🤩 We spent today recording video for a new professional short introduction into our ViCom project on #emojis 📹 It was fun trying to find the most photogenic public spots on campus (as emoji research consists mostly of us staring at computer screens all day long, and is not very... visually interesting)
Very excited to show you the results in a few weeks or months! #visualCommunication #linguistics #sciComm @vicom https://vicom.info/projects/semantics-and-pragmatics-of-emojis-in-digital-communication/
@botkit@hollo.social
We're excited to introduce emoji reactions in the upcoming #BotKit 0.2.0 release!
With the new Message.react()
method, your bot can now react to messages using standard Unicode #emojis:
await message.react(emoji`👍`);
#Custom_emoji support is also included, allowing your bot to react with server-specific emojis:
const emojis = bot.addCustomEmojis({
// Use a remote image URL:
yesBlob: {
url: "https://cdn3.emoji.gg/emojis/68238-yesblob.png",
mediaType: "image/png",
},
// Use a local image file:
noBlob: {
file: `${import.meta.dirname}/emojis/no_blob.png`,
mediaType: "image/webp",
},
});
await message.react(emojis.yesBlob);
Reactions can be removed using the AuthorizedReaction.unreact()
method:
const reaction = await message.react(emoji`❤️`);
await reaction.unreact();
Want to try these features now? You can install the development version from JSR today:
deno add jsr:@fedify/botkit@0.2.0-dev.84+c997c6a6
We're looking forward to seeing how your bots express themselves with this new feature!
@botkit@hollo.social
We're excited to introduce emoji reactions in the upcoming #BotKit 0.2.0 release!
With the new Message.react()
method, your bot can now react to messages using standard Unicode #emojis:
await message.react(emoji`👍`);
#Custom_emoji support is also included, allowing your bot to react with server-specific emojis:
const emojis = bot.addCustomEmojis({
// Use a remote image URL:
yesBlob: {
url: "https://cdn3.emoji.gg/emojis/68238-yesblob.png",
mediaType: "image/png",
},
// Use a local image file:
noBlob: {
file: `${import.meta.dirname}/emojis/no_blob.png`,
mediaType: "image/webp",
},
});
await message.react(emojis.yesBlob);
Reactions can be removed using the AuthorizedReaction.unreact()
method:
const reaction = await message.react(emoji`❤️`);
await reaction.unreact();
Want to try these features now? You can install the development version from JSR today:
deno add jsr:@fedify/botkit@0.2.0-dev.84+c997c6a6
We're looking forward to seeing how your bots express themselves with this new feature!
@botkit@hollo.social
We're excited to introduce emoji reactions in the upcoming #BotKit 0.2.0 release!
With the new Message.react()
method, your bot can now react to messages using standard Unicode #emojis:
await message.react(emoji`👍`);
#Custom_emoji support is also included, allowing your bot to react with server-specific emojis:
const emojis = bot.addCustomEmojis({
// Use a remote image URL:
yesBlob: {
url: "https://cdn3.emoji.gg/emojis/68238-yesblob.png",
mediaType: "image/png",
},
// Use a local image file:
noBlob: {
file: `${import.meta.dirname}/emojis/no_blob.png`,
mediaType: "image/webp",
},
});
await message.react(emojis.yesBlob);
Reactions can be removed using the AuthorizedReaction.unreact()
method:
const reaction = await message.react(emoji`❤️`);
await reaction.unreact();
Want to try these features now? You can install the development version from JSR today:
deno add jsr:@fedify/botkit@0.2.0-dev.84+c997c6a6
We're looking forward to seeing how your bots express themselves with this new feature!
@botkit@hollo.social
We're excited to introduce emoji reactions in the upcoming #BotKit 0.2.0 release!
With the new Message.react()
method, your bot can now react to messages using standard Unicode #emojis:
await message.react(emoji`👍`);
#Custom_emoji support is also included, allowing your bot to react with server-specific emojis:
const emojis = bot.addCustomEmojis({
// Use a remote image URL:
yesBlob: {
url: "https://cdn3.emoji.gg/emojis/68238-yesblob.png",
mediaType: "image/png",
},
// Use a local image file:
noBlob: {
file: `${import.meta.dirname}/emojis/no_blob.png`,
mediaType: "image/webp",
},
});
await message.react(emojis.yesBlob);
Reactions can be removed using the AuthorizedReaction.unreact()
method:
const reaction = await message.react(emoji`❤️`);
await reaction.unreact();
Want to try these features now? You can install the development version from JSR today:
deno add jsr:@fedify/botkit@0.2.0-dev.84+c997c6a6
We're looking forward to seeing how your bots express themselves with this new feature!
@botkit@hollo.social
We're excited to introduce emoji reactions in the upcoming #BotKit 0.2.0 release!
With the new Message.react()
method, your bot can now react to messages using standard Unicode #emojis:
await message.react(emoji`👍`);
#Custom_emoji support is also included, allowing your bot to react with server-specific emojis:
const emojis = bot.addCustomEmojis({
// Use a remote image URL:
yesBlob: {
url: "https://cdn3.emoji.gg/emojis/68238-yesblob.png",
mediaType: "image/png",
},
// Use a local image file:
noBlob: {
file: `${import.meta.dirname}/emojis/no_blob.png`,
mediaType: "image/webp",
},
});
await message.react(emojis.yesBlob);
Reactions can be removed using the AuthorizedReaction.unreact()
method:
const reaction = await message.react(emoji`❤️`);
await reaction.unreact();
Want to try these features now? You can install the development version from JSR today:
deno add jsr:@fedify/botkit@0.2.0-dev.84+c997c6a6
We're looking forward to seeing how your bots express themselves with this new feature!
@dzamie@app.wafrn.net · Reply to Alexia :3's post
@alexia I keep forgetting that general settings are there, too.
But yeah, @volpeon 's drgn emojis (delightfully varied) and wvrn emojis (smaller pack, cute, especially the WAAH one) are really cute and cool and dragons. I think he's also the guy who made the neofox ones, as well.
@box464@mastodon.social
Found this site that lists fediverse emoji by instance, along with a collection of emoji packs you can install.
I knew some instances had a lot of emojis, but some have over 10,000?! Just as interesting, at the very bottom of this long list, are instances that have only 1 emoji. Why just one, and why that one? Inquiring minds want to know.
@box464@mastodon.social
Found this site that lists fediverse emoji by instance, along with a collection of emoji packs you can install.
I knew some instances had a lot of emojis, but some have over 10,000?! Just as interesting, at the very bottom of this long list, are instances that have only 1 emoji. Why just one, and why that one? Inquiring minds want to know.
@box464@mastodon.social
Found this site that lists fediverse emoji by instance, along with a collection of emoji packs you can install.
I knew some instances had a lot of emojis, but some have over 10,000?! Just as interesting, at the very bottom of this long list, are instances that have only 1 emoji. Why just one, and why that one? Inquiring minds want to know.
@MsDropbear42@infosec.space
Why does #Phanpy only offer me my custom emojis, but ignore the myriad standard emojis that other Masto frontends, & Masto itself, offer me no problems?
@_elena@mastodon.social
Good morning Fedi friends!
I've got an etiquette question for you.
I'm in the process of setting up my #GoToSocial self-hosted instance. I'm excited about the idea of using custom #emojis.
I read @stefan's post on this topic (https://stefanbohacek.com/blog/custom-fediverse-emoji/), looked up custom emojis from several instances and saved a bunch (see screenshot).
My question: is it ok to copy custom emojis from other instances and use them on your own? (There doesn't seem to be attribution for it)
@frankie@infosec.exchange
Wonder how custom emojis made on Fedi appear on Threads! 🤔
@phpmacher@sueden.social
Ich halte #Emojis in #Benutzernamen für Humbug.
@tschfflr@fediscience.org
🙋♀️ Re-#introduction to everyone new and old on the fediverse: I'm a professor for digital forensic linguistics at Ruhr-Uni Bochum. I work on social media data using corpus and computational methods. 👩💻 Current projects deal with #emojis, #disinformation, linguistic #variability and common ground, and #metaphors.
🐈 I will fav all your cat photos!
#linguistics #nlproc #socialMedia #rub