Winston is an open-source bot for discord written in python with the help of discord.py. It offers numerous utilities and moderation tools to enhance the experience of users on your discord server.
Before proceeding please ensure you have installed python and poetry.
-
Install the project dependencies with the following command:
poetry install
-
Rename the
config.toml.example
file toconfig.toml
and fill in the required details. -
Run the bot with the following command:
poetry run python -m bot
I whole heartedly welcome all contributions to this project. When contributing please ensure to follow the guidelines listed below:
-
When creating a new file please paste the license summary at the top of the file.
-
This project uses black and isort to format the code. Please make sure you run the following command to format the code:
black bot ; isort bot
This project is licensed under the AGPL-3.0 license. See the file LICENSE
for more information.
If you plan to use any part of this source code in your own discord bot, I would be really grateful if you include some form of credit somewhere.