Browse Source

Update 'src/plugins/finchat.py'

kirkleon 6 năm trước cách đây
mục cha
commit
dfe616192f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)