[Discord] Minor update command changes
This commit is contained in:
@@ -133,8 +133,8 @@ client.on('message', async (msg) => {
|
||||
await runCmd('yarn');
|
||||
await m.edit('Updating (2/3)...');
|
||||
await runCmd('yarn build');
|
||||
await m.edit('Updating (3/3)...');
|
||||
msg.channel.send('Restarting...');
|
||||
await m.edit('Finished Updating!');
|
||||
await msg.channel.send('Restarting...');
|
||||
process.exit();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user