help and greet were commented out >.>

This commit is contained in:
Master Kwoth 2016-01-31 20:49:23 +01:00
parent e1d053abb1
commit 4a28e1baff
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ namespace NadekoBot
{
public class NadekoStats
{
public string BotVersion = "0.8-beta3";
public string BotVersion = "0.8-beta4.2";
private static readonly NadekoStats _instance = new NadekoStats();
public static NadekoStats Instance => _instance;

View File

@ -13,8 +13,8 @@ using System.IO;
namespace NadekoBot.Modules {
class Administration : DiscordModule {
public Administration() : base() {
// commands.Add(new HelpCommand());
// commands.Add(new ServerGreetCommand());
commands.Add(new HelpCommand());
commands.Add(new ServerGreetCommand());
}
public override void Install(ModuleManager manager) {