diff options
| author | Alee <alee14498@gmail.com> | 2018-04-20 17:23:08 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-20 17:23:08 -0400 |
| commit | 6684a9a4f7c9cab8a5dfeb66c9a57f2040f93d71 (patch) | |
| tree | 719fe6a886378a5da0e9e864346bad0af1d45fdb /commands/setprefix.js | |
| parent | 1335729a825218e001109864c49d72bbb9b6ea42 (diff) | |
| download | AleeBot-6684a9a4f7c9cab8a5dfeb66c9a57f2040f93d71.tar.gz AleeBot-6684a9a4f7c9cab8a5dfeb66c9a57f2040f93d71.tar.bz2 AleeBot-6684a9a4f7c9cab8a5dfeb66c9a57f2040f93d71.zip | |
Changes in help
Diffstat (limited to 'commands/setprefix.js')
| -rw-r--r-- | commands/setprefix.js | 2 |
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")); |
