Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit cdca843

Browse files
author
andrewstech
committed
Bug fix
1 parent 611149d commit cdca843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/whois.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ module.exports = {
144144
const OwlButton = new ButtonBuilder()
145145
.setStyle(ButtonStyle.Primary)
146146
.setLabel("OWL")
147-
setCustomId(`owl-${domain}`)
147+
.setCustomId(`owl-${domain}`)
148148
.setEmoji("🦉");
149149

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

0 commit comments

Comments
 (0)