feat(discord-bot): command handler and train cmd

This commit is contained in:
GramingFoxTeam
2022-11-16 13:20:47 +03:00
parent d1bd3b2b7e
commit 6aee8a4c63
5 changed files with 109 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ class HelperClient extends EventEmitter {
sendTrainData(text, label) {
this.sendData({
op: 5,
op: 3,
label,
text
});