Exemplo n.º 1
0
 public PartnerDataCommand(IServiceProvider services, DiscordShardedClient client,
                           GuildBanService ban)
 {
     this._services = services;
     this._client   = client;
     this._ban      = ban;
 }
Exemplo n.º 2
0
 public SetupCommand(IServiceProvider services, DonorService donor,
                     PartnerManagerService partners, GuildBanService ban,
                     DiscordRestClient rest)
 {
     this._services = services;
     this._donor    = donor;
     this._partners = partners;
     this._ban      = ban;
     this._rest     = rest;
 }
Exemplo n.º 3
0
 public BanCommand(GuildBanService ban)
 {
     this._ban = ban;
 }