8 lines
196 B
C#
8 lines
196 B
C#
|
using RegexBot.Services.ModuleState;
|
|||
|
|
|||
|
namespace RegexBot;
|
|||
|
partial class RegexbotClient {
|
|||
|
// Access set to internal for ModuleBase
|
|||
|
internal readonly ModuleStateService _svcGuildState;
|
|||
|
}
|