diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 482fc40..26c5d81 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -15,7 +15,7 @@ jobs: key: ${{ secrets.KEY }} port: ${{ secrets.PORT }} 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 npm prune # we remove any unused dependencies npm install # we install any missing dependencies diff --git a/config.json b/config.json index 85cc74a..1d3dcd5 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "isDev": false, - "clientId": "858181619721175050", + "clientId": "732326394054574120", "guildId": "760701839427108874", "devChannelId": "890752931643654144", "guildName": "CumbHub",