浏览代码

now I think it worked

ivan 6 年之前
父节点
当前提交
34279367f9
共有 1 个文件被更改,包括 2 次插入2 次删除
  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."
         good = "I love you."
         bad = "fuck off"
         bad = "fuck off"
 
 
-        if diceroll = 20
+        if diceroll = 20:
             return RollbotResponse(message, txt=good)
             return RollbotResponse(message, txt=good)
 
 
-        else
+        else:
             return RollbotResponse(message, txt=bad)
             return RollbotResponse(message, txt=bad)