Update: edit description
This commit is contained in:
parent
abbee096cc
commit
559e6d943f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const reloadCommands = require("../util/reloadCommands");
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'update',
|
name: 'update',
|
||||||
description: 'pull changes from master and reload commands',
|
description: 'pull changes from remote and reload commands with git',
|
||||||
admin: true,
|
admin: true,
|
||||||
execute({message, client}) {
|
execute({message, client}) {
|
||||||
let cmd = "git pull";
|
let cmd = "git pull";
|
||||||
|
|
Loading…
Add table
Reference in a new issue