first commit

This commit is contained in:
Blake Ridgway
2026-04-11 14:06:59 -05:00
commit ba1770b493
21 changed files with 2027 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
# Required: your bot token from https://discord.com/developers/applications
DISCORD_TOKEN=your-bot-token-here
# Optional: restrict slash command registration to a specific server (instant propagation)
# Leave blank for global commands (~1 hour to propagate)
GUILD_ID=
# Optional: path to the SQLite database file (default: cycling_bot.db)
DB_PATH=cycling_bot.db