Added git pull as aliases
This commit is contained in:
parent
bc1b054014
commit
3b544444c5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const exec = util.promisify(require('child_process').exec);
|
||||||
class EvalCommand extends Command {
|
class EvalCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('update', {
|
super('update', {
|
||||||
aliases: ['update', 'pull'],
|
aliases: ['update', 'pull', 'git pull'],
|
||||||
category: 'owner',
|
category: 'owner',
|
||||||
ownerOnly: 'true',
|
ownerOnly: 'true',
|
||||||
description: {
|
description: {
|
||||||
|
|
Loading…
Reference in a new issue