Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 527 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 527 Bytes

Bobbins

Bobbins is a bot that you can use in your Discord community server to manage help posts in a forum.

Installation

  1. Clone this repository and cd into the folder that was created.
  2. Run poetry install to get all the dependencies you need to run the bot.
  3. Make a copy of example-config.json. In the copy you made add:
    • Your bot token
    • The ID of the forum channel
  4. To start the bot run poetry run python -m bobbins -c config.json
    • Replace config.json with the name of your config file.