Deleting Commands
Registration and Deletion
For registering and deleting commands, you can use the following methods (Guild specific commands won't be automatically deleted even if autoDelete
is true
)
Deletion without Shandler
Normally to delete a command you would have to use
Deletion with Shandler
With Shandler, you can use the much easier .delete()
method.
Last updated