Fix grammar on discord response
This commit is contained in:
parent
6fc1694930
commit
1317dabe11
|
@ -375,7 +375,7 @@ func fillItemsHandler(s *discordgo.Session, i *discordgo.InteractionCreate, look
|
||||||
})
|
})
|
||||||
|
|
||||||
fortnite.GiveEverything(player)
|
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{
|
s.InteractionResponseEdit(i.Interaction, &discordgo.WebhookEdit{
|
||||||
Content: &str,
|
Content: &str,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user