Merge branch 'development' of github.com:clicksminuteper/nucleus into development

pull/5/head
pineafan 4 years ago
commit 3a63d7c34e
No known key found for this signature in database
GPG Key ID: 0BC8D3DCC20E96FE

@ -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