Skip to content

Commit c3e942b

Browse files
committed
chore: removed unecessary string in /furry
1 parent d893841 commit c3e942b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/commands/furry.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,7 @@ export async function execute(
146146
`the oracles have gazed into the depths of souls and revealed:\n\n` +
147147
(isFurry
148148
? `🐾 **${displayName}** is secretly a furry! 🐾`
149-
: `😐 **${displayName}** is NOT a furry.`) +
150-
`\n\n` +
151-
`*The truth cannot be hidden from the all-seeing divine eye...*`,
149+
: `😐 **${displayName}** is NOT a furry.`),
152150
)
153151
.setThumbnail(targetUser.displayAvatarURL())
154152
.addFields(

0 commit comments

Comments
 (0)