예제 #1
0
 public QueueService(ulong guildId, ConfigService config, GuildConfigManagerService guildConfigs)
 {
     Config       = config;
     GuildConfigs = guildConfigs;
     Guild        = GuildConfigs.GetOrCreateService(guildId);
 }
예제 #2
0
 public QueueManagerService(ConfigService config, GuildConfigManagerService guildConfigs)
 {
     this.config       = config;
     this.guildConfigs = guildConfigs;
 }