diff options
| -rw-r--r-- | bot/cogs/events.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/cogs/events.py b/bot/cogs/events.py index c604169c0..77a15733d 100644 --- a/bot/cogs/events.py +++ b/bot/cogs/events.py @@ -108,6 +108,7 @@ class Events:          """          Check whether a user has any active mute infractions          """ +          response = await self.bot.http_session.get(              URLs.site_infractions_user.format(                  user_id=user_id  |