initial code upload
Some checks failed
Python CI / build (push) Failing after 27s

This commit is contained in:
Space-Banane
2026-02-07 12:01:15 +01:00
commit 144d9c1618
8 changed files with 287 additions and 0 deletions

11
config.example.json Normal file
View File

@@ -0,0 +1,11 @@
{
"bot_token": "YOUR BOT TOKEN",
"prefix": ";",
"command_name": "reddit",
"comment_limit": 2,
"delete_user_message_on_dismiss": true,
"embed_color_submission": "blue",
"embed_color_comments": "green",
"uptime_kuma_url": "",
"uptime_kuma_interval": 60
}