Skip to content

Commit ec9c4f7

Browse files
committed
chore: Fix prettier
1 parent 15bd26d commit ec9c4f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/slashCommands/embeds-dropdowns/welcome.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ module.exports = {
5252
const row = new ActionRowBuilder()
5353
.addComponents(
5454
new ButtonBuilder()
55-
.setURL('https://github.com/hullcss/.github/blob/main/CODE_OF_CONDUCT.md')
55+
.setURL(
56+
'https://github.com/hullcss/.github/blob/main/CODE_OF_CONDUCT.md'
57+
)
5658
.setLabel('Code of Conduct')
5759
.setStyle('Link')
5860
)

0 commit comments

Comments
 (0)