diff options
| -rw-r--r-- | bot/exts/info/patreon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/info/patreon.py b/bot/exts/info/patreon.py index 89a166d40..35903d6d5 100644 --- a/bot/exts/info/patreon.py +++ b/bot/exts/info/patreon.py @@ -24,7 +24,7 @@ class Patreon(commands.Cog): # Ensure the caches are up to date await self.bot.wait_until_guild_available() - guild = await self.bot.fetch_guild(constants.Guild.id) + guild = after.guild patreon_tier_1_role = guild.get_role(constants.Roles.patreon_tier_1) patreon_tier_2_role = guild.get_role(constants.Roles.patreon_tier_2) |