Kaynağa Gözat

Update 'src/plugins/finchat.py'

kirkleon 6 yıl önce
ebeveyn
işleme
dfe616192f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/plugins/finchat.py

+ 1 - 1
src/plugins/finchat.py

@@ -22,5 +22,5 @@ FFFFFFF
 @as_plugin("f")
 def finchat(db, msg):
     if msg.message_txt[1:].strip().startswith("f"):
-        return RollbotResponse(msg, txt="frick")
+        return RollbotResponse(msg, txt="frick!")
     return RollbotResponse(msg, txt=Fs)