feat: Add complete bot source code for v0.0.2

Introduces new cog modules for bump, debug, setup, and other functionalities.
Implements core abstractions for database, embeds, file handling, and async utilities.
Updates configuration and requirements for enhanced bot capabilities.
This commit is contained in:
2025-09-03 05:27:38 -04:00
parent f683d98946
commit b2293a4a34
21 changed files with 1409 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
managers:
- USERID
prefix: '!!'
token: ""
version: '0.2'
mongo: "mongodb://HOST:PORT/DATABASE"
bot_name: "kBump"