aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/game.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/game.py b/discord/game.py
index 13c12714..493b00df 100644
--- a/discord/game.py
+++ b/discord/game.py
@@ -57,7 +57,7 @@ class Game:
__slots__ = ('name', 'type', 'url')
- def __init__(self, *, name, url=None, type=0):
+ def __init__(self, *, name, url=None, type=0, **kwargs):
self.name = name
self.url = url
self.type = type