changed over = to :, whoops

This commit is contained in:
2019-03-18 06:38:40 +11:00
parent 467dc136ff
commit f4601a7974
25 changed files with 194 additions and 190 deletions

View File

@@ -1,11 +1,11 @@
module.exports = {
name = "Change Prefix",
alias =['changeprefix', 'prefix'],
helptext = "Changes the bots prefix for the server",
permissions =["ADMINISTRATOR"],
category = 'admin',
args =["new-prefix"],
command = (client, msg) => {
name: "Change Prefix",
alias: ['changeprefix', 'prefix'],
helptext: "Changes the bots prefix for the server",
permissions: ["ADMINISTRATOR"],
category: 'admin',
args: ["new-prefix"],
command: (client, msg) => {
if (msg.suffix.length != 1) {
msg.reply("please only use 1 character")
return;