From 846942f92693a893e55bdde408e2357212555031 Mon Sep 17 00:00:00 2001 From: ziro Date: Wed, 5 Aug 2020 13:45:55 +0700 Subject: + Removed colorama, not used --- cogs/moderator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs/moderator.py') diff --git a/cogs/moderator.py b/cogs/moderator.py index b0808a1..4f5371d 100644 --- a/cogs/moderator.py +++ b/cogs/moderator.py @@ -7,7 +7,7 @@ class Admin(commands.Cog): self.bot = bot @commands.command(aliases=['quit'], hidden=True) - @commands.has_any_role("Server Moderator","Zi") + @commands.has_any_role("Zi") async def force_close(self, ctx): await ctx.send("Self Destructing!") await ctx.bot.close() -- cgit v1.2.3