mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-12-22 23:46:26 -05:00
jehjoqanfc
This commit is contained in:
parent
0f4bf40b83
commit
f6fe52dc16
@ -1,8 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
echo "Updating"
|
||||
#update everything
|
||||
cd /home/tech1/Osselbot/
|
||||
#Update Node Based stuff
|
||||
n stable
|
||||
npm upgrade discord.js
|
||||
#update code
|
||||
cd /home/tech1/Osselbot/
|
||||
git pull --force
|
||||
#Starts the bot
|
||||
echo "STARTING"
|
||||
node ./src/index.js
|
||||
|
@ -334,4 +334,4 @@ client.on("message", async message => {
|
||||
};
|
||||
});
|
||||
|
||||
client.login(config.token);
|
||||
client.login(config.token)
|
||||
|
Loading…
Reference in New Issue
Block a user