Example #1
0
 public About(ulong guildId, BlendoBot blendobot) : base(guildId, blendobot)
 {
     this.blendobot    = blendobot;
     discordInteractor = blendobot.GetService <IDiscordInteractor>();
     commandManager    = blendobot.GetService <ICommandManager>();
     config            = blendobot.Config;
 }
Example #2
0
 public Help(ulong guildId, BlendoBot blendobot) : base(guildId, blendobot)
 {
     discordInteractor = blendobot.GetService <IDiscordInteractor>();
     commandManager    = blendobot.CommandManager;
 }