Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 978 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 978 Bytes

botronom

Bot for the Vectronom Discord. Mostly used for speedrun.com notifications, but might do some other things in the future.

Installation

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.

Usage

Simply use docker-compose up to launch the application.

Contributing

  1. Fork it (https://github.com/badBlackShark/botronom/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors