aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-12-24 05:40:27 -0500
committerRapptz <[email protected]>2017-01-03 09:52:02 -0500
commit9c000c5a72abe72bb56992770d17c1b0df2ff8e2 (patch)
treee9666c77eacda40f5287a3a909c158ced78dac0a /discord/guild.py
parentAbsolute import some circular dependencies to appease Python 3.4. (diff)
downloaddiscord.py-9c000c5a72abe72bb56992770d17c1b0df2ff8e2.tar.xz
discord.py-9c000c5a72abe72bb56992770d17c1b0df2ff8e2.zip
Fix documentation to work.
Diffstat (limited to 'discord/guild.py')
-rw-r--r--discord/guild.py14
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
----------