Built-in Customizable Events

These event files are pre-built by DiscordFeaturesHandler and using the features provided to execute the events on runtime. You can tailored the events to your needs, but required to use the pre-built functions and objects to make the newly customized events to work.

This handles the command and listens to the correct prefix before checking for command exists or is an aliases of a command, command permissions just before executing the command.

This event us using client.getPermissionsLevel(message) pre-built the Discord-Features-Handler to check for the users' permission level. Also using the client.commands and client.aliases collection object from the Discord.Collection pre-built from Discord-Features-Handler to fetch all the loaded commands

This event handles the creation execution of the slash commands, using the built-in slash command executing from the slash properties of a command file and also using the built-in client.commands Collection object. We will also display the slash command Id, incase you decide to delete it a server for some reason.

Last updated