functionFunction Handler

Functions allows you to create required functions for your addon, example: Intervals.

function: {
        name: 'setAddon', // Do not change this
        async execute(client) {
            Utility.log("addonLoad", "[ Dev Name ] addon have been loaded!") // This will add your signature in the console
        }
    }

Last updated