Skip to content

Commit

Permalink
feat: banner and color per queue (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrySpartGlobal authored Dec 8, 2024
1 parent b24b55e commit 5c16e28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1165,21 +1165,21 @@ const commands = [
"type": "Premium",
"description": "Update the Queue Banner image",
"usage": [
"/premium update_banner [url]",
"/premium update_banner [url] (queue_channel)",
],
"examples": [
"/premium update_banner https://i.imgur.com/123123lhasd",
"/premium update_banner https://i.imgur.com/123123lhasd #queue",
]
},
{
"name": "premium update_color ",
"type": "Premium",
"description": "Update the color of your Queue embed (Hexcode only)",
"usage": [
"/premium update_color [color]",
"/premium update_color [color] (queue_channel)",
],
"examples": [
"/premium update_color #000000",
"/premium update_color #000000 #queue",
]
},
{
Expand Down

0 comments on commit 5c16e28

Please sign in to comment.