This commit is contained in:
Nikolaj Danger
2020-08-06 15:45:13 +02:00
parent 5c881f17c9
commit 7712c901fc
5 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,7 @@ from gameLoops import fiar, runMonopoly
class ReactionCog(commands.Cog):
def __init__(self, client):
"""Listens for reactions."""
self.client = client
@commands.Cog.listener()