Merge pull request #1192 from yileicn/master

hotfix IBotSharpRepository.cs(201,43): error CS0246
This commit is contained in:
Nick Yi 2025-10-16 11:40:11 +08:00 committed by GitHub
commit 6c5ae4fcb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@ using BotSharp.Abstraction.Knowledges.Filters;
using BotSharp.Abstraction.Loggers.Models;
using BotSharp.Abstraction.Plugins.Models;
using BotSharp.Abstraction.Repositories.Filters;
using BotSharp.Abstraction.Repositories.Models;
using BotSharp.Abstraction.Repositories.Options;
using BotSharp.Abstraction.Roles.Models;
using BotSharp.Abstraction.Shared;