A automation service for the Discord Client, with music support for voice channels and useful commands that are only possible in a bot.
- Cloud Server: Heroku
- Music Player: discord-player
- API: Discord.JS
- Clone the project:
git clone /~https://github.com/fobdev/Bogus.git
- Move to the project folder:
cd Bogus
- Install dependencies:
yarn install
- Open the project in VS Code:
code .
- Edit the
.env
with the listed variables. - Run the local client in dev mode with Typescript:
yarn run dev