Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daanbreur committed Aug 4, 2024
1 parent d5053c2 commit 22cdd89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api/src/discord/commands/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 22cdd89

Please sign in to comment.