This commit is contained in:
Marco Thomas
2022-12-17 23:20:10 +01:00
commit b648c05316
5 changed files with 69 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# 🗿
Requires `ffmpeg`. Install requirements: `python3 -m pip -U -r requirements.txt`.
## Settings
Requires a `settings.json`:
```json
{
"prefix": "!",
"token": "42"
}
```