Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit d95e3ea

Browse files
authored
Update SENPAIBOT.py
Signed-off-by: Muusy <112031065+Ttrmaniac@users.noreply.github.com>
1 parent 5d282b8 commit d95e3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SENPAIBOT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get_json(url):
6767
else:
6868
trip = i['trip']
6969
vars.userinfo.update({result['nick']:{'hash':result['hash'],'trip':trip}})
70-
ws.send(dumps({'cmd':'whisper','nick':result['nick'],'text':'Hey guy, I am a bot, you can send \"%help\" to get my help information UwU I also like femboy bussy.'}))
70+
ws.send(dumps({'cmd':'whisper','nick':result['nick'],'text':'Hey guy, I am a bot, you can send \"%help\" to get my help information'}))
7171
elif cmd == 'onlineRemove':
7272
if result['nick'] in vars.users:vars.users.remove(result['nick'])
7373
if result['nick'] in vars.userinfo:

0 commit comments

Comments
 (0)