Cooldown tweak!
This commit is contained in:
parent
a9f2f42987
commit
e90e4b6a0f
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
@ -22,7 +22,7 @@ var commands = []api.CreateCommandData{
|
|||
},
|
||||
{
|
||||
Name: "ask",
|
||||
Description: "Ask Himbot! Cooldown: 2 Minutes.",
|
||||
Description: "Ask Himbot! Cooldown: 1 Minute.",
|
||||
Options: []discord.CommandOption{
|
||||
&discord.StringOption{
|
||||
OptionName: "prompt",
|
||||
|
@ -33,7 +33,7 @@ var commands = []api.CreateCommandData{
|
|||
},
|
||||
{
|
||||
Name: "pic",
|
||||
Description: "Generate an image! Cooldown: 1 Minute.",
|
||||
Description: "Generate an image! Cooldown: 2 Minutes.",
|
||||
Options: []discord.CommandOption{
|
||||
&discord.StringOption{
|
||||
OptionName: "prompt",
|
||||
|
|
Loading…
Add table
Reference in a new issue