Remove TTS val

This commit is contained in:
Daniel Mason 2025-02-11 20:47:56 +13:00
parent 1879066930
commit 37a843825f
Signed by: idanoo
GPG key ID: 387387CDBC02F132

View file

@ -77,7 +77,6 @@ func showTopEmojis(s *discordgo.Session, i *discordgo.InteractionCreate) {
Type: discordgo.InteractionResponseChannelMessageWithSource,
Data: &discordgo.InteractionResponseData{
Content: msg,
TTS: true,
AllowedMentions: &discordgo.MessageAllowedMentions{},
},
})
@ -111,7 +110,6 @@ func showTopUsers(s *discordgo.Session, i *discordgo.InteractionCreate) {
Type: discordgo.InteractionResponseChannelMessageWithSource,
Data: &discordgo.InteractionResponseData{
Content: msg,
TTS: true,
AllowedMentions: &discordgo.MessageAllowedMentions{},
},
})