You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To solve this issue, we can utilize a redirection approach. When the command list exceeds a character limit, we can direct the user to a webpage.
Assuming we have a web server, we can create a URL such as https://senchabot.app/commandlist/<twitch-username>. When our bot receives a request from a user for the command list, it can return this URL. Upon navigating to this URL, the user will be able to see the command list.
This approach effectively presents long command lists and prevents exceeding Twitch's message limitations. Additionally, it provides a clear and user-friendly interface for users to review and use the command list.
So, we message could be:
'Please visit this link to view the command list: https://senchabot.app/commandlist/<your-twitch-username>. This will display all available commands in detail.'
Describe the bug
cmds
command does not write anything because of message character limitThe text was updated successfully, but these errors were encountered: