Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 445 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 445 Bytes

Sheepbot26

Sheepbot26 is a discord bot I made because I was bored.

Usage

Install the packages with pip install -r ./requirements.txt Then make a config.json file, there is an example below Either run main.py or run docker compose build && docker start sheepbot26

Config

This is an example config. Save it as config.json

// config.json

{
	"token": null,
	"Activity": null,

	"dogwater": [
		"{name} is dogwater"
	]
}