BvS Bot
A discord bot built for the Billy vs SNAKEMAN community!
Dependencies
- An installation of Python 3.9.x with ssl compiled.
- The following pip packages: discord, yaml, datetime
- Access to the Discord Developer portal strongly recommended, to generate your own bot key.
Usage
Windows
Run bvsbot.py as a program via double-click, through Python 3.9 IDLE, or via your IDE of choice.
*nix based systems
Open your preferred terminal and run `python bvsbot.py` Feel free to use tmux, gnu screen, or any other form of multiplexing.
Contributing
- Fork BvSBot.
- Create your feature branch: `git checkout -b my-new-feature`
- Commit your changes: `git commit -m ‘some feature’`
- Push to the branch: `git push origin my-new-feature`
- Create a new Pull Request