Skip to content

Commit 730c753

Browse files
committed
rephrase
1 parent 17ce7bc commit 730c753

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/slash/member.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ func recievedEmail(s *discordgo.Session, i *discordgo.InteractionCreate, userEma
523523
Type: discordgo.InteractionResponseChannelMessageWithSource,
524524
Data: &discordgo.InteractionResponseData{
525525
Flags: discordgo.MessageFlagsEphemeral,
526-
Content: fmt.Sprintf("You can only request manual verification once every 10 minutes. Please wait **%d** %s and try again.", remaining, units),
526+
Content: fmt.Sprintf("You can only request manual verification after 10 minutes. Please wait **%d** %s and try again.", remaining, units),
527527
},
528528
})
529529
if err != nil {

0 commit comments

Comments
 (0)