Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech committed Jul 29, 2024
1 parent 611149d commit cdca843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/whois.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ module.exports = {
const OwlButton = new ButtonBuilder()
.setStyle(ButtonStyle.Primary)
.setLabel("OWL")
setCustomId(`owl-${domain}`)
.setCustomId(`owl-${domain}`)
.setEmoji("🦉");

const row = new ActionRowBuilder().addComponents(webButton, GitHubButton, OwlButton);
Expand Down

0 comments on commit cdca843

Please sign in to comment.