This commit is contained in:
Skylar Grant 2021-09-29 15:43:42 -04:00
parent dcc6abcd64
commit d8e5e56514
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
key: ${{ secrets.KEY }} key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }} port: ${{ secrets.PORT }}
script: | script: |
cd nodbot-v3 # we move into our app's folder cd infrabot # we move into our app's folder
git pull # we pull any changes from git git pull # we pull any changes from git
npm prune # we remove any unused dependencies npm prune # we remove any unused dependencies
npm install # we install any missing dependencies npm install # we install any missing dependencies

View File

@ -1,6 +1,6 @@
{ {
"isDev": false, "isDev": false,
"clientId": "858181619721175050", "clientId": "732326394054574120",
"guildId": "760701839427108874", "guildId": "760701839427108874",
"devChannelId": "890752931643654144", "devChannelId": "890752931643654144",
"guildName": "CumbHub", "guildName": "CumbHub",