Update cogs/IdaCogs.py

Fixed bad misc value
This commit is contained in:
Taledo 2026-08-19 22:15:26 +00:00
parent 81e4337380
commit ec4d294539

View File

@ -140,7 +140,7 @@ class IdaCogs(commands.Cog):
data = {
"postType":"delivery",
"username":author,
"commodity": "Misc",
"commodity": "Miscellaneous",
"quantity": quantity,
"target": target
}