Browse Source

Merge branch 'master' of github.com:ADawesomeguy/AwesomeSciBo

pull/1/head
Abheek Dhawan 4 years ago
parent
commit
000e7e3ee7
  1. 2
      .github/workflows/node.js.yml
  2. 2
      bot/awesomescibo.mjs

2
.github/workflows/node.js.yml

@ -31,4 +31,4 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm ci - run: npm ci
- run: npm run build --if-present - run: npm run build --if-present
- run: npm test - run: CI=true npm test

2
bot/awesomescibo.mjs

@ -223,4 +223,4 @@ client.on('message', async message => {
} }
}); });
client.login(process.argv[2]); client.login(process.argv[2]).catch(error => console.log(error));

Loading…
Cancel
Save