RileCraft / DiscordBot-Template

A bot template with command , event , button , selectmenus , slashcommands handler and error handlers. Made in Discord.JS V14
MIT License
229 stars 59 forks source link

Make (/) Command Time Out #68

Closed abdalla-3077 closed 1 year ago

abdalla-3077 commented 1 year ago

Look Like Normal Message Time Out

RileCraft commented 1 year ago

What.

brandonbayliss8 commented 1 year ago

I think he means , a cooldown like you have on normal messages but in Slash command format .

abdalla-3077 commented 1 year ago

I think he means , a cooldown like you have on normal messages but in Slash command format .

Exactly

Noxxe-0001 commented 1 year ago

@abdalla-3077 You can use the 'GlobalCooldown' option on the command, and when the user runs that command, depending on the cooldown time set, they won't be able to run that command in any server until the timer runs out.