Skip to content

Commit

Permalink
Feat timeout (#93)
Browse files Browse the repository at this point in the history
* don't bake in the sensitive values on build time

* feat: add timeout command
  • Loading branch information
HenrySpartGlobal authored May 4, 2024
1 parent 40be041 commit 30cf1d4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,17 @@ const commands = [
"/sub @Faker @Peanut 1c44c992",
]
},
{
"name": "set_timeout",
"type": "Admin",
"description": "Sets the queue inactivity timeout for the server.",
"usage": [
"/set_timeout [hour]",
],
"examples": [
"/set_timeout 1Hour",
]
},

// ~ Set-up
{
Expand Down

0 comments on commit 30cf1d4

Please sign in to comment.