diff --git a/bot.py b/bot.py index c7ff804..d2c8f94 100644 --- a/bot.py +++ b/bot.py @@ -151,8 +151,7 @@ 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() +@bot.message_command(name="Emoji Text", guild_ids=[261575556708040705]) async def emoji_text(ctx, message: discord.Message): for x in emojinumbers: await message.add_reaction(x)