Logs in to Discord and deploys the commands. This method must be called after creating the application with DiscordApp.create().
StaticcreateCreates a new Discord application. This is the main entry point of the library. You must provide a class that extends BaseDiscordModule, which will be used as the main module of the application.
The main module of the application. This class must extend BaseDiscordModule.
The options for the application.
Main application class for managing Discord bot functionality.
Handles initialization, login, command deployment, and interaction routing for a Discord application. This class uses the Discord.js library and implements a decorator-based command and component system.
Example
Remarks
create()method