Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Reishi authored Apr 20, 2024
1 parent 00b6ae7 commit c950ba0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,18 @@ services:
environment:
# Your discord bot token. Never show it to anyone
- BOT_TOKEN=
# Time after which the bot will leave vc if it's inactive
# for that time. (Provided in minutes)
# Time after which the bot will leave vc if inactive (in minutes)
- PLAYER_TIMEOUT=10
# This is only needed if you want the starboard feature
# to embed tenor gifs. You can safely ignore it.
- TENOR_API_KEY=null

# Create a new empty guild and paste it's ID here. You
# only have to do this once.
- CUSTOM_EMOJIS_GUILD_ID=
- CUSTOM_EMOJIS_GUILD_ID=1234567890

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

# This changes if the bot should leave servers where it's
# been inactive for 3 months.
Expand Down

0 comments on commit c950ba0

Please sign in to comment.