`cmds` command response exceeds message character limit
rasitds opened this issue · 2 comments
Describe the bug
cmds
command does not write anything because of message character limit
Hello,
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.'