mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
oops
This commit is contained in:
parent
cf33bb87bb
commit
32be2cfb2d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
),
|
||||
run: async (context, args) => {
|
||||
await context.triggerTyping();
|
||||
let response = editOrReply(context, createEmbed("loading", context, "Updating bot..."))
|
||||
let response = await editOrReply(context, createEmbed("loading", context, "Updating bot..."))
|
||||
try{
|
||||
execSync("git pull")
|
||||
return await response.edit({embeds: [createEmbed("success", context, "Update complete.")]})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue