diff --git a/cogs/economy/economy.py b/cogs/economy/economy.py index 5c38f3c5f..1ae931257 100644 --- a/cogs/economy/economy.py +++ b/cogs/economy/economy.py @@ -401,7 +401,7 @@ class Economy: guild = ctx.guild if ctx.invoked_subcommand is None: await self.bot.send_cmd_help(ctx) - if bank.is_global(): + if await bank.is_global(): slot_min = await self.config.SLOT_MIN() slot_max = await self.config.SLOT_MAX() slot_time = await self.config.SLOT_TIME()