chore: Fix prettier

pull/10/head
KieranRobson 2023-11-02 18:12:12 +00:00
parent 15bd26d7a9
commit ec9c4f75f2
1 changed files with 3 additions and 1 deletions

View File

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