Changelog
View the history of nocli-handler.js versions here.
Last updated
View the history of nocli-handler.js versions here.
Last updated
This update requires you to re-read the documentation again. This is because Discord.JS version 14 has a lot of changes, especially ApplicationCommands and bot setup.
This update requires you to re-read the documentation. This is because I will be implementing new features such as Context Menu Interaction in the future.
Edited option cooldowns
as not required in
Added autocomplete
and permissions
options to
Deleted ephemeral
option from (kinda useless btw)
For specifying command type
, you can only either use numbers or enum to describe a command
Both Legacy
and Slash
commands can now use deferReply
option in
Added reply
option to (works only for Legacy
Commands)
Added instance
to init
function on
Added deferReply
to
Added ephemeralReply
to
Added init
function to to run events