Skip to content

Commit

Permalink
modified: update env example file
Browse files Browse the repository at this point in the history
  • Loading branch information
reishimanfr committed Apr 20, 2024
1 parent 46f03a3 commit 00b6ae7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ BOT_TOKEN=
# Available options: trace, debug, info, warn, error, fatal
LOG_LEVEL=info

# This is used in the starboard script to display tenor gifs correctly
# This is used in the starboard script to display tenor gifs correctly.
# You don't have to provide a value here if you don't plan on using the
# starboard feature.
TENOR_API_KEY=null

# Provide in minutes
# Provide in minutes. Time after which the bot will leave vc if inactive.
PLAYER_TIMEOUT=10

# This is the guild that's used specifically to store custom emojis for
Expand All @@ -21,6 +23,9 @@ CUSTOM_EMOJIS_GUILD_ID=1234567890
# 3 months
LEAVE_INACTIVE_GUILDS=true

# Changes if (/) commands should be registered on bot start.
REGISTER_COMMANDS_ON_START=true

# Available options: postgres, sqlite
DATABASE_DIALECT=sqlite
DATABASE_HOST=localhost
Expand Down

0 comments on commit 00b6ae7

Please sign in to comment.