Update cogs/IdaCogs.py
Fixed bad misc value
This commit is contained in:
parent
81e4337380
commit
ec4d294539
|
|
@ -140,7 +140,7 @@ class IdaCogs(commands.Cog):
|
|||
data = {
|
||||
"postType":"delivery",
|
||||
"username":author,
|
||||
"commodity": "Misc",
|
||||
"commodity": "Miscellaneous",
|
||||
"quantity": quantity,
|
||||
"target": target
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user