Default Commands & Events
Last updated
Was this helpful?
Last updated
Was this helpful?
There is for now only one Default Event which is the message
event. To use it, simply execute the function from the CommandHandler Namespace.
There is for now only two default Command which are the help
and ping
command. To use it, simply execute the function from the CommandHandler Namespace.
Both must be used after the create
function.