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?)
- Host: GitHub
- URL: https://github.com/timelessnesses/mod-botjam
- Owner: timelessnesses
- License: mpl-2.0
- Created: 2022-04-18T04:37:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T04:46:44.000Z (about 4 years ago)
- Last Synced: 2025-02-21T11:50:40.125Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)