update to .net 9
This commit is contained in:
parent
e8feedb979
commit
48a11be7b7
9 changed files with 99 additions and 173 deletions
|
|
@ -45,18 +45,17 @@ public class CustomInteractionResponder(
|
|||
{
|
||||
private readonly ILogger _logger = logger.ForContext<CustomInteractionResponder>();
|
||||
|
||||
private readonly InteractionResponder _inner =
|
||||
new(
|
||||
commandService,
|
||||
options,
|
||||
interactionAPI,
|
||||
eventCollector,
|
||||
services,
|
||||
contextInjection,
|
||||
tokenizerOptions,
|
||||
treeSearchOptions,
|
||||
treeNameResolver
|
||||
);
|
||||
private readonly InteractionResponder _inner = new(
|
||||
commandService,
|
||||
options,
|
||||
interactionAPI,
|
||||
eventCollector,
|
||||
services,
|
||||
contextInjection,
|
||||
tokenizerOptions,
|
||||
treeSearchOptions,
|
||||
treeNameResolver
|
||||
);
|
||||
|
||||
public async Task<Result> RespondAsync(
|
||||
IInteractionCreate gatewayEvent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue