Skip to content

Commit

Permalink
Updater bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
souravkl11 authored Nov 21, 2021
1 parent 475b8b7 commit c391eb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ Asena.addCommand({pattern: 'update start$', fromMe: true,dontAddCommandList: tru
Lang.UPDATE, MessageType.text
);
} else {

await message.client.sendMessage(
message.jid,Lang.UPDATING, MessageType.text);
try {
var app = await heroku.get('/apps/' + Config.HEROKU.APP_NAME)
} catch {
Expand Down

0 comments on commit c391eb8

Please sign in to comment.