mirror of https://github.com/kry008/Bot-2.0.git
9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
|
const { Events } = require('discord.js');
|
||
|
|
||
|
module.exports = {
|
||
|
name: Events.NAME,
|
||
|
once: false,
|
||
|
execute(args) {
|
||
|
//TODO
|
||
|
}
|
||
|
};
|