diff --git a/bot.py b/bot.py
index c1d13c68b4ef5275ec6ea3d584fb1f183b3e9bc4..d0ecd407f70f3d7cd1b8b9d3a347512dd44bcf4d 100755
--- a/bot.py
+++ b/bot.py
@@ -15,7 +15,7 @@ translator = Translator()
 class Bot(Client):
     ahah_liste = ['ahah', 'mdr', 'lol', 'Mort de rire !', 'Trop marrant', 'tu m\'as tué', 'xD', 'PTDR']
     what_liste = ['wat', 'What', 'Nani', 'keske', 'dafuk', 'da fuk']
-    Bot.quizzes = {}
+    quizzes = {}
     shitpostbot = {}
 
     def onMessage(self, author_id, message_object, thread_id, thread_type, **kwargs):