diff options
| author | Mitchell Ferree <[email protected]> | 2018-03-14 17:08:37 -0600 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-03-25 04:11:54 -0400 |
| commit | 2e4e392b2586578a3b5eaa4986d4db3a5b05f828 (patch) | |
| tree | e95af600ae5a2bd9f3b4ecb6caad098769028eb4 /discord/activity.py | |
| parent | Improve basic_voice example (diff) | |
| download | discord.py-2e4e392b2586578a3b5eaa4986d4db3a5b05f828.tar.xz discord.py-2e4e392b2586578a3b5eaa4986d4db3a5b05f828.zip | |
Correct docstring for Game
Diffstat (limited to 'discord/activity.py')
| -rw-r--r-- | discord/activity.py | 2 |
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 ----------- |