Browse Source

Resolve format for glossary entries

pull/2054/head
Armano den Boef 3 years ago
parent
commit
35471e9ea4
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      docs/guides/entities/glossary.md

+ 7
- 7
docs/guides/entities/glossary.md View File

@@ -94,13 +94,13 @@ exist under a category.
* An **Autocomplete Interaction** ([IAutocompleteinteraction]) is an interaction that has been automatically completed. * An **Autocomplete Interaction** ([IAutocompleteinteraction]) is an interaction that has been automatically completed.
* An **Interaction** ([IDiscordInteraction]) is any of the above. * 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: ## Other types:




Loading…
Cancel
Save