Added an optional param

This commit is contained in:
2024-10-22 09:49:52 -06:00
parent 8c2d7189c7
commit d2f94dec79
2 changed files with 33 additions and 11 deletions

View File

@ -32,6 +32,14 @@ var (
{
Name: "markov",
Description: "Why did the Markov chain break up with its partner? Because it couldn't handle the past!",
Options: []*discordgo.ApplicationCommandOption{
{
Type: discordgo.ApplicationCommandOptionInteger,
Name: "messages",
Description: "Number of messages to use (default: 100, max: 1000)",
Required: false,
},
},
},
}