Parcourir la source

now I think it worked

ivan il y a 6 ans
Parent
commit
34279367f9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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)