We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa932f commit 20b2e44Copy full SHA for 20b2e44
discord/scheduled_events.py
@@ -104,16 +104,21 @@ class ScheduledEvent(Hashable):
104
"""Represents a Discord Guild Scheduled Event.
105
106
.. container:: operations
107
+
108
.. describe:: x == y
109
110
Checks if two scheduled events are equal.
111
112
.. describe:: x != y
113
114
Checks if two scheduled events are not equal.
115
116
.. describe:: hash(x)
117
118
Returns the scheduled event's hash.
119
120
.. describe:: str(x)
121
122
Returns the scheduled event's name.
123
124
.. versionadded:: 2.0
0 commit comments