An open API service indexing awesome lists of open source software.

https://github.com/timelessnesses/mod-botjam

A discord.py botjam with JSON db (stable?)
https://github.com/timelessnesses/mod-botjam

Last synced: 10 months ago
JSON representation

A discord.py botjam with JSON db (stable?)

Awesome Lists containing this project

README

          

# Moderation themed bot for Tasos's bot jam!
A discord.py botjam with JSON db (stable?)

## Instruction
0. read da license file
1. Clone the repo
2. Install poetry
3. [setup](#setup)
4. do `poetry install`
5. do `poetry shell`
6. run `python main.py`
7. enjoy

## setup
create .env file with these values
```bash
DISCORD_TOKEN=token
OWNER_ID=owner
DEPLOY_TYPE=stable
```

## credit
help command from [Robo Danny](https://github.com/Rapptz/RoboDanny)