Tokebot ported to codebase.

This commit is contained in:
rainbownapkin 2022-07-20 07:22:16 +00:00
parent 1da7cab9cd
commit 2fc8f16e9d
6 changed files with 1888 additions and 2521 deletions

View file

@ -521,6 +521,7 @@ Callbacks = {
},
chatMsg: function(data) {
console.log(data);
addChatMessage(data);
},