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 = {
|
data = {
|
||||||
"postType":"delivery",
|
"postType":"delivery",
|
||||||
"username":author,
|
"username":author,
|
||||||
"commodity": "Misc",
|
"commodity": "Miscellaneous",
|
||||||
"quantity": quantity,
|
"quantity": quantity,
|
||||||
"target": target
|
"target": target
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user