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
apply throttleCommand() depending on cooldown type
default type: member (adjust in default command Class)
adjust the throttleCommand() call in src/listeners/interaction/applicationCommandInteraction.js:86
by assigning a unique identifier string and passing that as a parameter instead
The text was updated successfully, but these errors were encountered:
Available types: member, channel, guild
apply throttleCommand() depending on cooldown type
default type: member (adjust in default command Class)
adjust the throttleCommand() call in
src/listeners/interaction/applicationCommandInteraction.js
:86by assigning a unique identifier string and passing that as a parameter instead
The text was updated successfully, but these errors were encountered: