コード例 #1
0
 public DiscordBot(DiscordClient client, IBotInformationService botInfo)
 {
     _client  = client;
     _botInfo = botInfo;
 }
コード例 #2
0
 public Info(IBotInformationService botInfo, IHostEnvironment hostEnvironment)
 {
     _botInfo         = botInfo;
     _hostEnvironment = hostEnvironment;
 }