ivan 6 лет назад
Родитель
Сommit
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."
         bad = "fuck off"
 
-        if diceroll = 20
+        if diceroll = 20:
             return RollbotResponse(message, txt=good)
 
-        else
+        else:
             return RollbotResponse(message, txt=bad)