remove commented text

This commit is contained in:
Carol Knieriem 2020-01-06 16:00:36 -05:00
parent 612b7afb4e
commit b1f204fd50
No known key found for this signature in database
GPG Key ID: 932EC6A6BAEE122B
1 changed files with 4 additions and 11 deletions

View File

@ -1,5 +1,3 @@
/* make sure these aren't commented
exports.run = async (client, message, args, level) => { exports.run = async (client, message, args, level) => {
}; };
@ -18,13 +16,8 @@ exports.help = {
usage: "" usage: ""
}; };
*/ // Basic message auto-deletion
/* Basic message auto-deletion
if (!args[0]) { if (!args[0]) {
message.delete(); message.delete();
return (await message.reply("text")).delete(5000); return (await message.reply("text")).delete(5000);
} }
*/