mirror of
https://github.com/idanoo/GoDiscMoji
synced 2025-07-22 18:49:09 +00:00
Update wording
This commit is contained in:
parent
e2b21beec6
commit
75fc7b9bb4
1 changed files with 1 additions and 1 deletions
|
@ -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{},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue