Friday, September 20, 2024 1:35:44 AM
> settings

Customize


Authenticate

> test.js
const ESMCommand = require("../esm_command");
module.exports = class ESMCommand_Test extends ESMCommand {
    constructor(bot) {
        super(bot);
        this.permissions = {
            debug_only: true,
            dev_only: true
        };

        this.information = {
            category: "development",
            params: "",
            help: "Used in debug mode, just a random command"
        };
    }

    async fromDiscord() {}
};
All opinions represented herein are my own
- © 2024 itsthedevman
- build 340fbb8