Browse Source

now I think it worked

ivan 6 years ago
parent
commit
34279367f9
1 changed files with 2 additions and 2 deletions
  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)