Skip to content

Commit

Permalink
Better documenting timeout values in config
Browse files Browse the repository at this point in the history
  • Loading branch information
flamableassassin committed Nov 15, 2024
1 parent 6189271 commit 5aa70dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.full.app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ player:
# Enable this if you want to use realtime duation in nowplaying command
NP_REALTIME: false

# The number of leave time you want
# The amount of time before the bot leaves the VC in milliseconds
LEAVE_TIMEOUT: 60000

# Must not over 1000 or bot crash
Expand Down Expand Up @@ -75,7 +75,7 @@ utilities:
GUILD_LOG_CHANNEL: ''
# Log all unhandled, error, warnings on discord
LOG_CHANNEL: ''
# The timeout for deleting msg
# The timeout for deleting msg in milliseconds
DELETE_MSG_TIMEOUT: 3000
# Auto resume when bot restarted suddenly
AUTO_RESUME: false
Expand Down

0 comments on commit 5aa70dd

Please sign in to comment.