From ec4d29453922e7e31e1b0a43a333bc5ec1b46e71 Mon Sep 17 00:00:00 2001 From: Taledo Date: Wed, 19 Aug 2026 22:15:26 +0000 Subject: [PATCH] Update cogs/IdaCogs.py Fixed bad misc value --- cogs/IdaCogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/IdaCogs.py b/cogs/IdaCogs.py index a8124db..bbca1b7 100644 --- a/cogs/IdaCogs.py +++ b/cogs/IdaCogs.py @@ -140,7 +140,7 @@ class IdaCogs(commands.Cog): data = { "postType":"delivery", "username":author, - "commodity": "Misc", + "commodity": "Miscellaneous", "quantity": quantity, "target": target }