diff options
Diffstat (limited to 'commands/credits.go')
| -rw-r--r-- | commands/credits.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/credits.go b/commands/credits.go index d5aa42e..62bbcac 100644 --- a/commands/credits.go +++ b/commands/credits.go @@ -6,7 +6,7 @@ import ( ) func Credits(s *discordgo.Session, i *discordgo.InteractionCreate) { - resp := utils.ResponseBuilder{C: s, I: i} + resp := utils.NewResponseBuilder(s, i) err := resp.Embeds([]*discordgo.MessageEmbed{ { Type: discordgo.EmbedTypeRich, |
