Fix typo in wards

Fixed typo in `high_management` function
This commit is contained in:
JetRaidz
2023-09-19 21:53:41 +12:00
committed by GitHub
parent 1946077ded
commit 60897a3bd9

View File

@@ -21,7 +21,7 @@ async def sys_admin(bot: LionBot, userid: int):
return userid in admins return userid in admins
async def high_management(bot: LionBot, member: discord.Member, guild=discord.Guild): async def high_management(bot: LionBot, member: discord.Member, guild: discord.Guild):
if not guild: if not guild:
return True return True
if await sys_admin(bot, member.id): if await sys_admin(bot, member.id):