continued on forms
This commit is contained in:
@@ -15,7 +15,7 @@ var cmd_cat Command = Command{
|
||||
Description: "Random cat pictures",
|
||||
},
|
||||
Interact: func(s *discordgo.Session, i *discordgo.InteractionCreate) {
|
||||
respondEmbed(s, i.Interaction, discordgo.MessageEmbed{
|
||||
respondEmbed(i.Interaction, discordgo.MessageEmbed{
|
||||
Type: discordgo.EmbedTypeImage,
|
||||
Color: hexToDecimal(color["primary"]),
|
||||
Image: &discordgo.MessageEmbedImage{
|
||||
|
Reference in New Issue
Block a user