build(gokord): upgrade to 0.7.0
This commit is contained in:
parent
24f0db3721
commit
642025681b
11 changed files with 125 additions and 31 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue