Remove region from Guild.__slots__

This also fixes up some docstrings
This commit is contained in:
Rapptz
2022-03-01 05:51:18 -05:00
parent bb5ed4947d
commit d44328d3ea
2 changed files with 1 additions and 6 deletions

View File

@@ -263,7 +263,6 @@ class Guild(Hashable):
'name',
'id',
'unavailable',
'region',
'owner_id',
'emojis',
'stickers',