aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/guild.py')
-rw-r--r--discord/guild.py18
1 files changed, 10 insertions, 8 deletions
diff --git a/discord/guild.py b/discord/guild.py
index b0b9b02d..1ce331d3 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -50,21 +50,23 @@ class Guild(Hashable):
This is referred to as a "server" in the official Discord UI.
- .. describe:: x == y
+ .. container:: operations
- Checks if two guilds are equal.
+ .. describe:: x == y
- .. describe:: x != y
+ Checks if two guilds are equal.
- Checks if two guilds are not equal.
+ .. describe:: x != y
- .. describe:: hash(x)
+ Checks if two guilds are not equal.
- Returns the guild's hash.
+ .. describe:: hash(x)
- .. describe:: str(x)
+ Returns the guild's hash.
- Returns the guild's name.
+ .. describe:: str(x)
+
+ Returns the guild's name.
Attributes
----------