Update: edit description

This commit is contained in:
SileNce5k 2021-07-02 10:17:27 +02:00
parent abbee096cc
commit 559e6d943f
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -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";