Fix coding-style.
This commit is contained in:
@@ -852,7 +852,7 @@ class Client:
|
||||
|
||||
if maybe_user is not None:
|
||||
return maybe_user
|
||||
else:
|
||||
|
||||
try:
|
||||
return await self.fetch_user(id)
|
||||
except NotFound:
|
||||
|
Reference in New Issue
Block a user