aboutsummaryrefslogtreecommitdiff
path: root/commands/setprefix.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-20 17:23:08 -0400
committerAlee <alee14498@gmail.com>2018-04-20 17:23:08 -0400
commit6684a9a4f7c9cab8a5dfeb66c9a57f2040f93d71 (patch)
tree719fe6a886378a5da0e9e864346bad0af1d45fdb /commands/setprefix.js
parent1335729a825218e001109864c49d72bbb9b6ea42 (diff)
downloadAleeBot-6684a9a4f7c9cab8a5dfeb66c9a57f2040f93d71.tar.gz
AleeBot-6684a9a4f7c9cab8a5dfeb66c9a57f2040f93d71.tar.bz2
AleeBot-6684a9a4f7c9cab8a5dfeb66c9a57f2040f93d71.zip
Changes in help
Diffstat (limited to 'commands/setprefix.js')
-rw-r--r--commands/setprefix.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/setprefix.js b/commands/setprefix.js
index 876f6e6..730f5b5 100644
--- a/commands/setprefix.js
+++ b/commands/setprefix.js
@@ -20,7 +20,7 @@
module.exports.run = async (client, message, args) => {
const fs = require('fs');
if(!message.member.hasPermission("ADMINISTRATOR")) return message.reply('Sorry you need admin to set my prefix')
- if(!args[0] || args[0 == "help"]) return message.reply('Usage: ab:setprefix <prefix>')
+ if(!args[0] || args[0 == "help"]) return message.reply(`Usage: <your prefix>setprefix <prefix>`)
let prefixes = JSON.parse(fs.readFileSync("./storage/prefixes.json", "utf8"));