Skip to content

Commit

Permalink
chore: Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ki-er committed Nov 2, 2023
1 parent 15bd26d commit ec9c4f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/slashCommands/embeds-dropdowns/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ module.exports = {
const row = new ActionRowBuilder()
.addComponents(
new ButtonBuilder()
.setURL('https://github.com/hullcss/.github/blob/main/CODE_OF_CONDUCT.md')
.setURL(
'https://github.com/hullcss/.github/blob/main/CODE_OF_CONDUCT.md'
)
.setLabel('Code of Conduct')
.setStyle('Link')
)
Expand Down

0 comments on commit ec9c4f7

Please sign in to comment.