From 5c16e28f6726b0fa0023e94ce09abd396f3f01ba Mon Sep 17 00:00:00 2001 From: Henry <31442053+HenrySpartGlobal@users.noreply.github.com> Date: Sun, 8 Dec 2024 22:01:37 +0000 Subject: [PATCH] feat: banner and color per queue (#130) --- src/data/commands.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/commands.ts b/src/data/commands.ts index 0034c72..8d4bdf9 100644 --- a/src/data/commands.ts +++ b/src/data/commands.ts @@ -1165,10 +1165,10 @@ 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", ] }, { @@ -1176,10 +1176,10 @@ const commands = [ "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", ] }, {