diff --git a/bot.py b/bot.py index a1ea94e..c7ff804 100644 --- a/bot.py +++ b/bot.py @@ -151,6 +151,12 @@ async def gmroll(ctx, em = discord.Embed(title=rolle, description=rolltotal, colour=0x009933) await ctx.response.send_message(embed=em, ephemeral=True) +@bot.message_command(name="Emoji Text") +@is_admin() +async def emoji_text(ctx, message: discord.Message): + for x in emojinumbers: + await message.add_reaction(x) + @bot.command(help="veraltet", usage="", hidden=True) @is_member() async def yesno(ctx):