mirror of
https://github.com/jackmerrill/hampbot.git
synced 2024-12-04 04:53:01 -08:00
update email sent msg
This commit is contained in:
parent
35ddfe76f8
commit
658db4d051
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user