updated cogs
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# Discord Bot Token (get from Discord Developer Portal)
|
||||
DISCORD_TOKEN=your_bot_token_here
|
||||
|
||||
# MariaDB Configuration
|
||||
DB_HOST=localhost
|
||||
DB_USER=root
|
||||
DB_PASSWORD=your_password_here
|
||||
DB_NAME=rp_bot
|
||||
|
||||
# Optional: Bot Owner ID (for admin commands)
|
||||
# BOT_OWNER_ID=your_user_id_here
|
||||
Reference in New Issue
Block a user