Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.65 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.65 KB

Miscellaneous Guild Bot

The bot used by the Miscellaneous Hypixel guild's discord.

Installation

  • Install Python version 3.x.x or later.
  • Fill out the TEMPLATE-config.toml file with your credentials and rename it to config.toml
  • Create a file named database.db in the bot's directory
  • Run the following commands in a terminal or command prompt in the bot's directory:
    • Install all packages
    pip install -r requirements.txt
    
    • Start the bot
    python3 bot.py
    

Contributing

Pull requests are welcome. If you would like to chat with other developers please join our Discord and go to #programming-talk.

Please ensure commit messages follow the Angular Convention and all code has been tested before contributing.

Issues and Bug Reports

To submit an issue or bug, please contact a developer or open an issue here.

License

This is an open-source repository licensed under the MIT License.