-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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 callChannelCooldown,UserCooldown,MemberCooldown,GuildCooldown.
This should be done using correct hierarchy and extension.