forgot bulk command discord decorator...
This commit is contained in:
parent
0f05b7ea93
commit
f4ff7f7711
|
|
@ -120,6 +120,14 @@ class IdaCogs(commands.Cog):
|
||||||
|
|
||||||
## bulk delivery
|
## bulk delivery
|
||||||
|
|
||||||
|
# delivery command
|
||||||
|
# guild IDs are both IDA servers
|
||||||
|
@discord.slash_command(
|
||||||
|
name="bulk",
|
||||||
|
# guild_ids=[401372086746087425],
|
||||||
|
description="sends your delivery to the bot!"
|
||||||
|
)
|
||||||
|
|
||||||
@option("commodity",required=True,
|
@option("commodity",required=True,
|
||||||
description = "The Commodity you want to deliver",
|
description = "The Commodity you want to deliver",
|
||||||
choices = [
|
choices = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user