Fixed the permissions

manage_server -> manage_guild
This commit is contained in:
Kowlin
2018-11-06 00:35:08 +01:00
parent 68463d3181
commit 4b9cd3493b
4 changed files with 8 additions and 8 deletions

View File

@@ -110,7 +110,7 @@ class Timezone(BaseCog):
)
@time.command()
@checks.admin_or_permissions(manage_server=True)
@checks.admin_or_permissions(manage_guild=True)
async def set(self, ctx, user: discord.Member, *, tz):
"""Allows the mods to edit timezones."""
author = ctx.message.author