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 d893841 commit c3e942bCopy full SHA for c3e942b
src/commands/furry.ts
@@ -146,9 +146,7 @@ export async function execute(
146
`the oracles have gazed into the depths of souls and revealed:\n\n` +
147
(isFurry
148
? `🐾 **${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...*`,
+ : `😐 **${displayName}** is NOT a furry.`),
152
)
153
.setThumbnail(targetUser.displayAvatarURL())
154
.addFields(
0 commit comments