Update wording

This commit is contained in:
Daniel Mason 2025-06-26 20:33:48 +12:00
parent e2b21beec6
commit 75fc7b9bb4
Signed by: idanoo
GPG key ID: 387387CDBC02F132

View file

@ -293,7 +293,7 @@ func addAutoScrubber(s *discordgo.Session, i *discordgo.InteractionCreate) {
s.InteractionRespond(i.Interaction, &discordgo.InteractionResponse{ s.InteractionRespond(i.Interaction, &discordgo.InteractionResponse{
Type: discordgo.InteractionResponseChannelMessageWithSource, Type: discordgo.InteractionResponseChannelMessageWithSource,
Data: &discordgo.InteractionResponseData{ Data: &discordgo.InteractionResponseData{
Content: fmt.Sprintf("Will remove %s's emojis every %d minutes", user.Username, minutes), Content: fmt.Sprintf("Will remove %s's emojis after %d minutes", user.Username, minutes),
AllowedMentions: &discordgo.MessageAllowedMentions{}, AllowedMentions: &discordgo.MessageAllowedMentions{},
}, },
}) })