/discord-commands

Commands for the Discord bot.

Primary LanguageJavaScript

Extensions

module.exports = {
    name: "marl",
    //onlyUsers: [""],
    async execute(message) {
        message.channel.send({
            //files: [""],
            embeds: [{

            }]
        })
    },
};