We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bd26d commit ec9c4f7Copy full SHA for ec9c4f7
src/slashCommands/embeds-dropdowns/welcome.js
@@ -52,7 +52,9 @@ module.exports = {
52
const row = new ActionRowBuilder()
53
.addComponents(
54
new ButtonBuilder()
55
- .setURL('https://github.com/hullcss/.github/blob/main/CODE_OF_CONDUCT.md')
+ .setURL(
56
+ 'https://github.com/hullcss/.github/blob/main/CODE_OF_CONDUCT.md'
57
+ )
58
.setLabel('Code of Conduct')
59
.setStyle('Link')
60
)
0 commit comments