We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
snippet:
@bot.command() async def foo(m: Message, b: Bot): g = m.ctx.guild emo = await g.create_emoji(open('/path/to/file.png', 'rb')) await m.ctx.channel.send(f'[:{emo["name"]}:{emo["id"]}]')
remind: emoji file is required to be .png format
.png