From 35471e9ea48e8d7bee456b77ce0a1128e55a38fe Mon Sep 17 00:00:00 2001 From: Armano den Boef Date: Sun, 23 Jan 2022 19:52:22 +0100 Subject: [PATCH] Resolve format for glossary entries --- docs/guides/entities/glossary.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/guides/entities/glossary.md b/docs/guides/entities/glossary.md index a6251a988..f49a05775 100644 --- a/docs/guides/entities/glossary.md +++ b/docs/guides/entities/glossary.md @@ -94,13 +94,13 @@ exist under a category. * An **Autocomplete Interaction** ([IAutocompleteinteraction]) is an interaction that has been automatically completed. * An **Interaction** ([IDiscordInteraction]) is any of the above. -[ISlashCommandInteraction]: xref: Discord.ISlashCommandInteraction -[IMessageCommandInteraction]: xref: Discord.IMessageCommandInteraction -[IUserCommandInteraction]: xref: Discord.IUserCommandInteraction -[IApplicationCommandInteraction]: xref: Discord.IApplicationCommandInteraction -[IMessageComponent]: xref: Discord.IMessageComponent -[IAutocompleteinteraction]: xref: Discord.IAutocompleteInteraction -[IDiscordInteraction]: xref: Discord.IDiscordInteraction +[ISlashCommandInteraction]: xref:Discord.ISlashCommandInteraction +[IMessageCommandInteraction]: xref:Discord.IMessageCommandInteraction +[IUserCommandInteraction]: xref:Discord.IUserCommandInteraction +[IApplicationCommandInteraction]: xref:Discord.IApplicationCommandInteraction +[IMessageComponent]: xref:Discord.IMessageComponent +[IAutocompleteinteraction]: xref:Discord.IAutocompleteInteraction +[IDiscordInteraction]: xref:Discord.IDiscordInteraction ## Other types: