📄️ Creating commands
Commands are easy to create with Disploy, simply export default classes which extend the Command class and store them in the commands directory.
📄️ Entering development mode
Disploy allows you to enter development mode by running the following command:
📄️ Syncing commands
Disploy allows you to sync commands to your Discord application by running the following command:
📄️ Deploying
Disploy allows you to deploy your Discord application to your target of choice expressed in the disploy.json file. We currently only support deploying to Cloudflare Workers.