Browse Source

Correct docstring for Game

pull/1155/merge
Mitchell Ferree 7 years ago
committed by Rapptz
parent
commit
2e4e392b25
  1. 2
      discord/activity.py

2
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
-----------

Loading…
Cancel
Save