diff --git a/api/src/discord/commands/register.ts b/api/src/discord/commands/register.ts index 7d73345e..a6a68b91 100644 --- a/api/src/discord/commands/register.ts +++ b/api/src/discord/commands/register.ts @@ -30,10 +30,7 @@ async function getProfileUrl() { return `http${ssl}://${config.pad.domain}/#/user/settings`; } -async function registerLogic( - client: Client, - interaction: CommandInteraction -) { +async function registerLogic(client: Client, interaction: CommandInteraction) { if (config.discord.registrationEnabled.toLowerCase() !== "true") { await interaction.editReply({ content: