|
@ -47,17 +47,17 @@ class Guild(Hashable): |
|
|
|
|
|
|
|
|
Supported Operations: |
|
|
Supported Operations: |
|
|
|
|
|
|
|
|
+-----------+--------------------------------------+ |
|
|
+-----------+-------------------------------------+ |
|
|
| Operation | Description | |
|
|
| Operation | Description | |
|
|
+===========+======================================+ |
|
|
+===========+=====================================+ |
|
|
| x == y | Checks if two guilds are equal. | |
|
|
| x == y | Checks if two guilds are equal. | |
|
|
+-----------+--------------------------------------+ |
|
|
+-----------+-------------------------------------+ |
|
|
| x != y | Checks if two guilds are not equal. | |
|
|
| x != y | Checks if two guilds are not equal. | |
|
|
+-----------+--------------------------------------+ |
|
|
+-----------+-------------------------------------+ |
|
|
| hash(x) | Returns the guild's hash. | |
|
|
| hash(x) | Returns the guild's hash. | |
|
|
+-----------+--------------------------------------+ |
|
|
+-----------+-------------------------------------+ |
|
|
| str(x) | Returns the guild's name. | |
|
|
| str(x) | Returns the guild's name. | |
|
|
+-----------+--------------------------------------+ |
|
|
+-----------+-------------------------------------+ |
|
|
|
|
|
|
|
|
Attributes |
|
|
Attributes |
|
|
---------- |
|
|
---------- |
|
|