예제 #1
0
        public HelpFormatter(CommandContext ctx, ShatterDatabaseContext database) : base(ctx)
        {
            this._database = database;

            this.EmbedBuilder = new DiscordEmbedBuilder()
                                .WithTitle("Help")
                                .WithColor(0x00ff95);

            this.GuildId = ctx.Guild.Id;
            this.Prefix  = ctx.Prefix;
        }
예제 #2
0
 public ListTriviaQuestions(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #3
0
 public UnbanCommand(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #4
0
 public BalanceCommand(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #5
0
 public AddFunds(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #6
0
 public RichestCommand(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #7
0
 public AddTriviaQuestion(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #8
0
 public MemberlogMessageCommand(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #9
0
 public CoinFlipGameCommand(ShatterDatabaseContext model)
 {
     this._model = model;
     this.Random = new Random();
 }
예제 #10
0
 public DeleteFilterCommand(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #11
0
 public JoinDmCommand(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #12
0
 public FilterLevelCommand(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #13
0
 public ModuleCommand(ShatterDatabaseContext database)
 {
     this._database = database;
 }
예제 #14
0
 public TriviaQuestionLimitCommand(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #15
0
 public MemberlogChannelCommand(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #16
0
 public ListFiltersCommand(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #17
0
파일: Prefix.cs 프로젝트: Soyvolon/Shatter
 public Prefix(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #18
0
 public TriviaGameCommand(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #19
0
 public TriviaLeaderboardCommand(ShatterDatabaseContext model)
 {
     this._model = model;
 }
예제 #20
0
 public EconDailyCommand(ShatterDatabaseContext model)
 {
     this._model = model;
 }