diff options
| -rw-r--r-- | bot/cogs/bot.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/cogs/bot.py b/bot/cogs/bot.py index 545bfd47b..339a58241 100644 --- a/bot/cogs/bot.py +++ b/bot/cogs/bot.py @@ -52,6 +52,7 @@ class Bot:          await ctx.send(embed=embed)      @command(name="bot.info()", aliases=["bot.info", "bot.about", "bot.about()", "info", "info()"]) +    @with_role(VERIFIED_ROLE)      async def info_wrapper(self, ctx: Context):          """          Get information about the bot  |