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
With commit 4830607 it is no longer necessary to use channel IDs, making the bot much more straightforward to use.
However, the edit command still relies on the message ID to fetch the embed that needs to be modified.
A possible solution is not to ask for the message ID, and have the bot reply with a numbered list of messages (maybe including just the title?) and the user simply needs to input the number to select the message to be edited. If there is only one reaction role embed in that channel, then this process could be probably skipped and select the only existing embed automatically.
The text was updated successfully, but these errors were encountered:
With commit 4830607 it is no longer necessary to use channel IDs, making the bot much more straightforward to use.
However, the
edit
command still relies on the message ID to fetch the embed that needs to be modified.A possible solution is not to ask for the message ID, and have the bot reply with a numbered list of messages (maybe including just the title?) and the user simply needs to input the number to select the message to be edited. If there is only one reaction role embed in that channel, then this process could be probably skipped and select the only existing embed automatically.
The text was updated successfully, but these errors were encountered: