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
More customisation for cooldown.
Ability to use one or many of these CD types:
Channel cd
User cd
Member cd
Guild cd
...?
CD should be coordinated by a CommandCooldown manager class, that will call ChannelCooldown, UserCooldown, MemberCooldown, GuildCooldown.
This should be done using correct hierarchy and extension.
The text was updated successfully, but these errors were encountered:
More customisation for cooldown.
Ability to use one or many of these CD types:
...?
CD should be coordinated by a CommandCooldown manager class, that will call
ChannelCooldown
,UserCooldown
,MemberCooldown
,GuildCooldown
.This should be done using correct hierarchy and extension.
The text was updated successfully, but these errors were encountered: