Timeout not working #386
Answered
by
chillymosh
Zach-Meadows
asked this question in
Questions
-
previously i was able to just do ctx.send("/timeout {name}") and it worked fine but now it doesn't seem to work. I've also used the User.send_timeout function. but to no avail. Help please! |
Beta Was this translation helpful? Give feedback.
Answered by
chillymosh
Feb 26, 2023
Replies: 1 comment 1 reply
-
@Zach-Meadows Twitch no longer support chat commands via IRC and therefore bots. You will need to use the API endpoints now with the correct scopes on a user oauth token. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Zach-Meadows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Zach-Meadows Twitch no longer support chat commands via IRC and therefore bots. You will need to use the API endpoints now with the correct scopes on a user oauth token.