mirror of
https://github.com/arthur-pbty/flint.git
synced 2026-08-01 20:29:03 +02:00
- Implemented a new `/presence` command allowing users to configure the bot's presence with an interactive panel. - Added localization support for Spanish and French languages. - Integrated PostgreSQL for storing and retrieving bot presence states. - Created a Dockerfile and docker-compose configuration for easy deployment. - Updated environment configuration to include database connection settings. - Refactored command handling to include the new presence command. - Enhanced error handling and user feedback for the presence command interactions.
14 lines
324 B
Bash
14 lines
324 B
Bash
DISCORD_TOKEN=
|
|
DISCORD_CLIENT_ID=
|
|
DATABASE_URL=postgresql://discord:discord@localhost:5432/discord_bots
|
|
DATABASE_SSL=false
|
|
PRESENCE_STREAM_URL=https://twitch.tv/discord
|
|
POSTGRES_DB=discord_bots
|
|
POSTGRES_USER=discord
|
|
POSTGRES_PASSWORD=discord
|
|
POSTGRES_PORT=5432
|
|
PREFIX=+
|
|
DEFAULT_LANG=en
|
|
DEV_GUILD_ID=
|
|
AUTO_DEPLOY_SLASH=false
|