Inheritance: Nekobot.Commands.Permissions.Userlist.UserlistService
Example #1
0
 internal BlacklistChecker(DiscordClient client)
 {
     _service = client.GetService<BlacklistService>(true);
 }
Example #2
0
 internal BlacklistChecker(DiscordClient client)
 {
     _service = client.GetService <BlacklistService>(true);
 }