help and greet were commented out >.>
This commit is contained in:
parent
e1d053abb1
commit
4a28e1baff
@ -12,7 +12,7 @@ namespace NadekoBot
|
|||||||
{
|
{
|
||||||
public class NadekoStats
|
public class NadekoStats
|
||||||
{
|
{
|
||||||
public string BotVersion = "0.8-beta3";
|
public string BotVersion = "0.8-beta4.2";
|
||||||
|
|
||||||
private static readonly NadekoStats _instance = new NadekoStats();
|
private static readonly NadekoStats _instance = new NadekoStats();
|
||||||
public static NadekoStats Instance => _instance;
|
public static NadekoStats Instance => _instance;
|
||||||
|
@ -13,8 +13,8 @@ using System.IO;
|
|||||||
namespace NadekoBot.Modules {
|
namespace NadekoBot.Modules {
|
||||||
class Administration : DiscordModule {
|
class Administration : DiscordModule {
|
||||||
public Administration() : base() {
|
public Administration() : base() {
|
||||||
// commands.Add(new HelpCommand());
|
commands.Add(new HelpCommand());
|
||||||
// commands.Add(new ServerGreetCommand());
|
commands.Add(new ServerGreetCommand());
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void Install(ModuleManager manager) {
|
public override void Install(ModuleManager manager) {
|
||||||
|
Loading…
Reference in New Issue
Block a user