Fixed some bad grammar

pull/5/head
PineappleFan 4 years ago committed by GitHub
parent 4092b86a1e
commit 30b5fdadde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,7 @@ const callback = async (interaction: CommandInteraction) => {
.setTitle("Nickname changed")
.setDescription(`Your nickname was ${interaction.options.getString("name") ? "changed" : "cleared"} in ${interaction.guild.name}.` +
(interaction.options.getString("name") ? ` it is now: ${interaction.options.getString("name")}` : "") + "\n\n" +
(confirmation.buttonClicked ? `You can appeal this in this ticket: <#${confirmation.response}>` : ``))
(confirmation.buttonClicked ? `You can appeal this here: <#${confirmation.response}>` : ``))
.setStatus("Danger")
]
})

@ -47,7 +47,7 @@ const callback = async (interaction: CommandInteraction) => {
.setTitle("Warned")
.setDescription(`You have been warned in ${interaction.guild.name}` +
(interaction.options.getString("reason") ? ` for:\n> ${interaction.options.getString("reason")}` : ".") + "\n\n" +
(confirmation.buttonClicked ? `You can appeal this in this ticket: <#${confirmation.response}>` : ``))
(confirmation.buttonClicked ? `You can appeal this here ticket: <#${confirmation.response}>` : ``))
.setStatus("Danger")
]
})

Loading…
Cancel
Save