diff options
Diffstat (limited to 'discord/gateway.py')
| -rw-r--r-- | discord/gateway.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/gateway.py b/discord/gateway.py index 591cb74d..4e9e926e 100644 --- a/discord/gateway.py +++ b/discord/gateway.py @@ -608,7 +608,7 @@ class DiscordWebSocket: payload = { 'op': self.PRESENCE, 'd': { - 'game': activity, + 'activities': [activity], 'afk': afk, 'since': since, 'status': status |