aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/activity.py b/discord/activity.py
index 7ea60d05..dc364a90 100644
--- a/discord/activity.py
+++ b/discord/activity.py
@@ -241,7 +241,7 @@ class Game(_ActivityTag):
start: Optional[:class:`datetime.datetime`]
A naive UTC timestamp representing when the game started. Keyword-only parameter. Ignored for bots.
end: Optional[:class:`datetime.datetime`]
- A naive UTC timestamp representing when the game started. Keyword-only parameter. Ignored for bots.
+ A naive UTC timestamp representing when the game ends. Keyword-only parameter. Ignored for bots.
Attributes
-----------