This commit is contained in:
Atridad Lahiji
2024-04-20 12:06:49 -06:00
parent b317ebed86
commit 9ad6aa0c59
6 changed files with 0 additions and 292 deletions

22
main.go
View File

@ -20,28 +20,6 @@ var commands = []api.CreateCommandData{
Name: "ping",
Description: "ping pong!",
},
{
Name: "ask",
Description: "Ask Himbot! Cooldown: 1 Minute.",
Options: []discord.CommandOption{
&discord.StringOption{
OptionName: "prompt",
Description: "The prompt to send to Himbot.",
Required: true,
},
},
},
{
Name: "pic",
Description: "Generate an image! Cooldown: 5 Minutes.",
Options: []discord.CommandOption{
&discord.StringOption{
OptionName: "prompt",
Description: "The prompt for the image generation.",
Required: true,
},
},
},
{
Name: "hs",
Description: "This command was your nickname in highschool!",