aboutsummaryrefslogtreecommitdiff
path: root/cogs/moderator.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cogs/moderator.py2
1 files changed, 1 insertions, 1 deletions
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()