-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
action command not using /me, instead just puts ACTION at the beginning of message #426
Comments
|
Yes, I'm seeing "ACTION" rendered on Twitch as well as the Streamlabs Chatbot. If it's working fine for you, I'm not sure how the issue could be recreated, but I was able to make it work by using this._sendCommand instead of this._sendMessage in commands.js:110. I used |
I've seen the same issue some times with client.say and could just replicate it. This call does not work/prints ACTION in chat:
This call works:
So if variables/text inside of the call has line breaks, it does not work and prints out "ACTION" (The define callback console log output is mine) |
Actual behaviour:
When using the client.action command(channel, message), instead of sending a /me command to the channel, it simply sends a regular message with the word ACTION added to the front of it.
Expected behaviour:
The action command should send the /me command to the channel with the message.
Error log:
N/A
Server configuration
The text was updated successfully, but these errors were encountered: