diff --git a/commands/update.js b/commands/update.js index 3310a99..d85490e 100644 --- a/commands/update.js +++ b/commands/update.js @@ -3,7 +3,7 @@ const reloadCommands = require("../util/reloadCommands"); module.exports = { name: 'update', - description: 'pull changes from master and reload commands', + description: 'pull changes from remote and reload commands with git', admin: true, execute({message, client}) { let cmd = "git pull";