2019-12-13 19:31:23 +00:00
|
|
|
/* make sure these aren't commented
|
|
|
|
|
2019-12-13 14:13:45 +00:00
|
|
|
exports.run = async (client, message, args, level) => {
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
exports.conf = {
|
|
|
|
enabled: true,
|
|
|
|
guildOnly: false,
|
|
|
|
aliases: [],
|
|
|
|
permLevel: "User"
|
|
|
|
};
|
|
|
|
|
|
|
|
exports.help = {
|
|
|
|
name: "",
|
|
|
|
category: "",
|
|
|
|
description: "",
|
|
|
|
usage: ""
|
|
|
|
};
|
2019-12-13 19:31:23 +00:00
|
|
|
|
|
|
|
*/
|