diff --git a/libs/Guilds.py b/libs/Guilds.py index 6e97c8e..c2fcc66 100644 --- a/libs/Guilds.py +++ b/libs/Guilds.py @@ -5,7 +5,7 @@ class Guilds: def __init__(self): pass - async def get_guild(self, bot: commands.Bot) -> discord.Guild: + def get_guild(self, bot: commands.Bot) -> discord.Guild: guild = None for g in bot.guilds: if bot.dev_mode and g.name == 'OgmaBotDev':