docs: Improved DI documentation (#2407)
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
---
|
||||
uid: Guides.IntFw.DI
|
||||
title: Dependency Injection
|
||||
---
|
||||
|
||||
# Dependency Injection
|
||||
|
||||
Dependency injection in the Interaction Service is mostly based on that of the Text-based command service,
|
||||
for which further information is found [here](xref:Guides.TextCommands.DI).
|
||||
|
||||
> [!NOTE]
|
||||
> The 2 are nearly identical, except for one detail:
|
||||
> [Resolving Module Dependencies](xref:Guides.IntFw.Intro#resolving-module-dependencies)
|
||||
@@ -374,8 +374,7 @@ delegate can be used to create HTTP responses from a deserialized json object st
|
||||
- Use the interaction endpoints of the module base instead of the interaction object (ie. `RespondAsync()`, `FollowupAsync()`...).
|
||||
|
||||
[AutocompleteHandlers]: xref:Guides.IntFw.AutoCompletion
|
||||
[DependencyInjection]: xref:Guides.TextCommands.DI
|
||||
[Post Execution Docuemntation]: xref:Guides.IntFw.PostExecution
|
||||
[DependencyInjection]: xref:Guides.DI.Intro
|
||||
|
||||
[GroupAttribute]: xref:Discord.Interactions.GroupAttribute
|
||||
[InteractionService]: xref:Discord.Interactions.InteractionService
|
||||
|
||||
Reference in New Issue
Block a user