forked from Supositware/Haha-Yes
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 {
|
||||
constructor() {
|
||||
super('update', {
|
||||
aliases: ['update', 'pull'],
|
||||
aliases: ['update', 'pull', 'git pull'],
|
||||
category: 'owner',
|
||||
ownerOnly: 'true',
|
||||
description: {
|
||||
|
|
Loading…
Reference in a new issue