We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
id:info
id:linked-roles
id:linked-roles:ROLE_ID
Not sure how the linked roles with role ID look like? I don't have a server to test that on..
-> https://discord.com/developers/docs/reference#message-formatting-guild-navigation-types
The code in markdown.ts mentions id:info being the same as id:guide:
markdown.ts
id:guide
match: (source) => /^<?(id:info|id:guide)>/.exec(source),
However id:info isn't and never was (not 100% sure) a way to mention the server guide. Current behavior:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Linked roles mention
id:linked-roles
id:linked-roles:ROLE_ID
Not sure how the linked roles with role ID look like? I don't have a server to test that on..
-> https://discord.com/developers/docs/reference#message-formatting-guild-navigation-types
id:info
not existingThe code in
markdown.ts
mentionsid:info
being the same asid:guide
:However
id:info
isn't and never was (not 100% sure) a way to mention the server guide. Current behavior:The text was updated successfully, but these errors were encountered: