From ee360ce06c4e2715c500505382c40da924d882f5 Mon Sep 17 00:00:00 2001 From: Jon Dough <49297268+stjet@users.noreply.github.com> Date: Tue, 30 Dec 2025 09:33:58 +0000 Subject: [PATCH] Fix description for "items" param in create_item --- register.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/register.ts b/register.ts index 55e5a57..a1d7511 100644 --- a/register.ts +++ b/register.ts @@ -173,7 +173,7 @@ const commands = [ { type: 3, name: "items", - description: "Items to give along with role income. In format name,quantity|name,quantity", + description: "Items required and consumed to buy this item. In format name,quantity|name,quantity", required: false, }, //