From 3b544444c53783ac08e3381cdd0414886b12f105 Mon Sep 17 00:00:00 2001 From: Supositware Date: Fri, 15 Mar 2019 23:41:34 +0100 Subject: [PATCH] Added git pull as aliases --- commands/owner/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/owner/update.js b/commands/owner/update.js index 1da44dbe..ad69a47f 100644 --- a/commands/owner/update.js +++ b/commands/owner/update.js @@ -5,7 +5,7 @@ const exec = util.promisify(require('child_process').exec); class EvalCommand extends Command { constructor() { super('update', { - aliases: ['update', 'pull'], + aliases: ['update', 'pull', 'git pull'], category: 'owner', ownerOnly: 'true', description: {