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 9d91c59 commit 94d89b2Copy full SHA for 94d89b2
src/commands/link.ts
@@ -43,7 +43,7 @@ interface FandomUserProfileResponse {
43
44
export const data = new SlashCommandBuilder()
45
.setName("link")
46
- .setDescription("Link thy Discord soul with thy Fandom account")
+ .setDescription("Link thy Discord soul with thy Fandom account (case-sensitive)")
47
.addStringOption((option) =>
48
option
49
.setName("fandomusername")
0 commit comments