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 b36e84f commit 129ff40Copy full SHA for 129ff40
src/commands/furry.ts
@@ -135,7 +135,7 @@ export async function execute(
135
136
const speciesHash = hashString(displayName + "species");
137
const selectedSpecies = speciesData[speciesHash % speciesData.length];
138
- const fursonaDisplay = `${selectedSpecies.category} (${selectedSpecies.specific})`;
+ const fursonaDisplay = `${selectedSpecies.specific} (${selectedSpecies.category})`;
139
140
const embed = new EmbedBuilder()
141
.setColor(isFurry ? "#FF69B4" : "#808080")
0 commit comments