From 559e6d943f22c285bf3def4dd03ecbb2ca0172d9 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Fri, 2 Jul 2021 10:17:27 +0200 Subject: [PATCH] Update: edit description --- commands/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";