diff options
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/guild.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/discord/guild.py b/discord/guild.py index 0ffd8168..d1f1c837 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -47,17 +47,17 @@ class Guild(Hashable): Supported Operations: - +-----------+--------------------------------------+ - | Operation | Description | - +===========+======================================+ + +-----------+-------------------------------------+ + | Operation | Description | + +===========+=====================================+ | x == y | Checks if two guilds are equal. | - +-----------+--------------------------------------+ + +-----------+-------------------------------------+ | x != y | Checks if two guilds are not equal. | - +-----------+--------------------------------------+ + +-----------+-------------------------------------+ | hash(x) | Returns the guild's hash. | - +-----------+--------------------------------------+ + +-----------+-------------------------------------+ | str(x) | Returns the guild's name. | - +-----------+--------------------------------------+ + +-----------+-------------------------------------+ Attributes ---------- |