Closed awesad closed 4 years ago
what do you mean under "put the bot on hold"? the query still needs to send occasionally a keepalive packet in order to tell the teamspeak server that its still here
I mean, how do I perform an action when an event occurs such as: a user enters a certain channel and the bot sends him a poke
events have been documented here: https://github.com/Multivit4min/TS3-NodeJS-Library#events an overview of all available events can be seen here: https://multivit4min.github.io/TS3-NodeJS-Library/classes/teamspeak.html#on
thanks
i get this error:
(node:1732) UnhandledPromiseRejectionWarning: Error: parameter not found
at Command.getError (/root/node_modules/ts3-nodejs-library/lib/transport/Command.js:94:16)
at TeamSpeakQuery.handleQueryError (/root/node_modules/ts3-nodejs-library/lib/transport/TeamSpeakQuery.js:155:52)
at TeamSpeakQuery.handleLine (/root/node_modules/ts3-nodejs-library/lib/transport/TeamSpeakQuery.js:127:18)
at ProtocolRAW.emit (events.js:198:13)
at lines.forEach.line (/root/node_modules/ts3-nodejs-library/lib/transport/protocols/raw.js:56:36)
at Array.forEach (
what are you trying to execute? with which parameters? please do not only post stack traces
closing this issue for now
hi, I can't understand how to put the bot on hold until a user join event occurs in a particular channel