Bot for the Vectronom Discord. Mostly used for speedrun.com notifications, but might do some other things in the future.
To run this bot for yourself, first you need a bot account which can be created on the Discord developer portal.
You then need a YAML file called config.yml
in the src
directory, containing the token
, owner_id
and client_id
.
Lastly, you will need to have Docker and docker-compose installed.
Simply use docker-compose up
to launch the application.
- Fork it (https://github.com/badBlackShark/botronom/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- badBlackShark - creator and maintainer