diff options
| author | 2019-01-07 19:16:03 -0500 | |
|---|---|---|
| committer | 2019-01-07 19:16:03 -0500 | |
| commit | d5cb479be6925a10cf0c46e3088518f56a5a91b3 (patch) | |
| tree | 56b0da8628f3ee29bbcde8655be4a0d3458294ce | |
| parent | Add mute infraction check to role restoration (diff) | |
Add line after docstring
Diffstat (limited to '')
| -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 |