blackcat.js-discord - v1.0.10
Preparing search index...
CooldownManager
Class CooldownManager
CooldownManager
Quản lý cooldown cho:
Slash Command (interactionCreate)
Prefix Command (messageCreate)
Có thể dùng cho button / modal
Index
Constructors
constructor
Methods
check
Constructors
constructor
new
CooldownManager
()
:
CooldownManager
Returns
CooldownManager
Methods
check
check
(
command
:
SlashCommandBuilder
<
any
,
any
,
any
>
,
ctx
:
CooldownCommandContext
,
)
:
InteractionReplyOptions
|
null
Kiểm tra xem command có đang trong cooldown không
Nếu đang cooldown -> trả về message string
Nếu không -> set cooldown mới và trả về null
Parameters
command
:
SlashCommandBuilder
<
any
,
any
,
any
>
ctx
:
CooldownCommandContext
Returns
InteractionReplyOptions
|
null
check
(
command
:
CommandBuilder
,
ctx
:
CooldownCommandContext
,
)
:
string
|
MessagePayload
|
MessageReplyOptions
|
null
Kiểm tra xem command có đang trong cooldown không
Nếu đang cooldown -> trả về message string
Nếu không -> set cooldown mới và trả về null
Parameters
command
:
CommandBuilder
ctx
:
CooldownCommandContext
Returns
string
|
MessagePayload
|
MessageReplyOptions
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
check
blackcat.js-discord - v1.0.10
Loading...
CooldownManager