Bot-2.0/events/template

9 lines
142 B
Plaintext
Raw Permalink Normal View History

2024-05-23 09:22:31 +00:00
const { Events } = require('discord.js');
module.exports = {
name: Events.NAME,
once: false,
execute(args) {
//TODO
}
};