Added moderation commands

This commit is contained in:
ION606
2022-07-09 20:30:31 +03:00
parent 919a7f62dc
commit 373d57de2e
10 changed files with 262 additions and 17 deletions
+4
View File
@@ -38,6 +38,10 @@ module.exports ={
}
});
//Uses a different format, only the server owner can use it
temp += '_setup_ - ***SERVER OWNER ONLY*** - use _!setup help_\n';
temp += `\n_(remember to use '${bot.prefix}' before the command!)_`;
message.channel.send(temp);
}