Skip to content

Commit

Permalink
fix: add queuechannelid to lobby info (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrySpartGlobal authored Dec 14, 2024
1 parent c439aa7 commit ddbf0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,10 +461,10 @@ const commands = [
"type": "Admin",
"description": "Set/Update Lobby Instructions or details for players.",
"usage": [
"/lobby add_info [title] [description]",
"/lobby add_info [title] [description] (queue_channel)",
],
"examples": [
"/lobby add_info Rules No toxicity in voice calls",
"/lobby add_info Rules No toxicity in voice calls #queue",
]
},
{
Expand Down

0 comments on commit ddbf0a1

Please sign in to comment.