コード例 #1
0
 public Handler(
     MemberBotContext context,
     DiscordSettings config,
     ITcpCommunicationService tcpCommunicationService
     )
 {
     _context = context;
     _config  = config;
     _tcpCommunicationService = tcpCommunicationService;
 }
コード例 #2
0
 public Handler(MemberBotContext context)
 {
     _context = context;
 }
コード例 #3
0
 public Handler(MemberBotContext context, DiscordSettings config)
 {
     _context = context;
 }