remove remora.discord caching
This commit is contained in:
parent
6ec5031957
commit
d42e73699b
1 changed files with 0 additions and 3 deletions
|
|
@ -15,7 +15,6 @@
|
|||
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
using Catalogger.Backend.Api.Middleware;
|
||||
using Catalogger.Backend.Bot.Commands;
|
||||
using Catalogger.Backend.Database;
|
||||
using Catalogger.Backend.Extensions;
|
||||
|
|
@ -26,7 +25,6 @@ using Remora.Discord.API.Abstractions.Gateway.Commands;
|
|||
using Remora.Discord.API.Abstractions.Objects;
|
||||
using Remora.Discord.API.Gateway.Commands;
|
||||
using Remora.Discord.API.Objects;
|
||||
using Remora.Discord.Caching.Extensions;
|
||||
using Remora.Discord.Commands.Extensions;
|
||||
using Remora.Discord.Extensions.Extensions;
|
||||
using Remora.Discord.Gateway;
|
||||
|
|
@ -83,7 +81,6 @@ builder
|
|||
]
|
||||
);
|
||||
})
|
||||
.AddDiscordCaching()
|
||||
.AddDiscordCommands(enableSlash: true, useDefaultCommandResponder: false)
|
||||
.AddCommandTree()
|
||||
// Start command tree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue