update email sent msg

This commit is contained in:
Jack Merrill 2024-09-22 18:02:48 -04:00
parent 35ddfe76f8
commit 658db4d051

View File

@ -106,7 +106,7 @@ func (c *VerifyCommand) Exec(ctx shireikan.Context) error {
ctx.GetSession().ChannelMessageEditComplex(&discordgo.MessageEdit{ ctx.GetSession().ChannelMessageEditComplex(&discordgo.MessageEdit{
ID: m.ID, ID: m.ID,
Channel: ctx.GetChannel().ID, Channel: ctx.GetChannel().ID,
Embed: embed.NewSuccessEmbed(ctx).SetTitle("Sent Verification Email").SetDescription("Waiting for you to verify...").AddField("Expires", fmt.Sprintf("<t:%d:R>", expires.Unix()), false).MessageEmbed, Embed: embed.NewSuccessEmbed(ctx).SetTitle("Sent Verification Email").SetDescription("Waiting for you to verify...\n\n**Make sure to check your spam folder!**").AddField("Expires", fmt.Sprintf("<t:%d:R>", expires.Unix()), false).MessageEmbed,
}) })
if err != nil { if err != nil {