cross server channels, logging when someone posts a link to console and incidents.txt
This commit is contained in:
@ -21,7 +21,7 @@ namespace NadekoBot.Modules {
|
||||
commands.Add(new PlayingRotate(this));
|
||||
commands.Add(new RatelimitCommand(this));
|
||||
commands.Add(new VoicePlusTextCommand(this));
|
||||
//commands.Add(new CrossServerTextChannel(this));
|
||||
commands.Add(new CrossServerTextChannel(this));
|
||||
}
|
||||
|
||||
public override string Prefix { get; } = NadekoBot.Config.CommandPrefixes.Administration;
|
||||
|
@ -16,7 +16,7 @@ namespace NadekoBot.Modules {
|
||||
commands.Add(new Trivia(this));
|
||||
commands.Add(new SpeedTyping(this));
|
||||
commands.Add(new PollCommand(this));
|
||||
commands.Add(new BetrayGame(this));
|
||||
//commands.Add(new BetrayGame(this));
|
||||
_8BallAnswers = JArray.Parse(File.ReadAllText("data/8ball.json")).Select(t => t.ToString()).ToArray();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user