Fix grammar on discord response

This commit is contained in:
Eccentric 2024-02-10 15:21:56 +00:00
parent 6fc1694930
commit 1317dabe11

View File

@ -375,7 +375,7 @@ func fillItemsHandler(s *discordgo.Session, i *discordgo.InteractionCreate, look
})
fortnite.GiveEverything(player)
str := player.DisplayName + "has been granted all items."
str := player.DisplayName + " has been granted all items."
s.InteractionResponseEdit(i.Interaction, &discordgo.WebhookEdit{
Content: &str,
})