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
Hey there! Was just trying this library out and wondering how would I handle a case where user inputs a page number that doesn't exist.
Example: I have pagination of 5 embeds and a reaction emoji which prompts the user for a page number ( using .setClientAssets for a custom prompt message). I want to handle the case where the user enters a number like 6...
Hey there! Was just trying this library out and wondering how would I handle a case where user inputs a page number that doesn't exist.
Example: I have pagination of 5 embeds and a reaction emoji which prompts the user for a page number ( using
.setClientAssets
for a custom prompt message). I want to handle the case where the user enters a number like 6...Here is my code
The error doesn't actually come at
.on('error', ...)
listenerThe text was updated successfully, but these errors were encountered: