Browse Source

listen i'm just a chemist

ivan 6 năm trước cách đây
mục cha
commit
acc10ca346
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/plugins/meme.py

+ 1 - 1
src/plugins/meme.py

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