コード例 #1
0
ファイル: FAQFeature.cs プロジェクト: BloonBot/Bloon
 public FAQFeature(IServiceScopeFactory scopeFactory, DiscordClient dClient, FAQManager faqManager)
 {
     this.scopeFactory = scopeFactory;
     this.dClient      = dClient;
     this.cNext        = dClient.GetCommandsNext();
     this.faqManager   = faqManager;
 }
コード例 #2
0
 public FAQCommands(BloonContext db, FAQManager faqManager)
 {
     this.db         = db;
     this.faqManager = faqManager;
 }