anasbot is a bot that helps to keep track of available voice channels to play Among Us.
Command | Description |
---|---|
-start |
Initializes the bot. |
-info |
Get the bot's info. |
-voicechannels |
List all voice channels. |
-addvoicechannel <channel-id> |
Add voice channel to tracked voice channels. |
-removevoicechannel <channel-id> |
Remove voice channel from tracked voice channels. |
-textchannels |
List all text channels. |
-addtextchannel <channel-id> |
Add text channel to alerts. |
-removetextchannel <channel-id> |
Remove text channel from alerts. |
-alert |
Add text channel to alerts. |
-unalert |
Remove text channel from alerts. |
-quick , -q |
Show recommended game. |
- Create
.env
file using.env.sample
& specify the token. npm install
npm run watch-ts
npm run serve-debug
npm run test
npm run lint
heroku login
heroku create anasbot
heroku scale worker=1
git push heroku master
heroku logs -t