Przeglądaj źródła

now I think it worked

ivan 6 lat temu
rodzic
commit
34279367f9
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/plugins/meme.py

+ 2 - 2
src/plugins/meme.py

@@ -9,8 +9,8 @@ def meme(db, message):
         good = "I love you."
         bad = "fuck off"
 
-        if diceroll = 20
+        if diceroll = 20:
             return RollbotResponse(message, txt=good)
 
-        else
+        else:
             return RollbotResponse(message, txt=bad)