public DiscordCoreModule() { ModuleSettings = Settings.Load(); commandRegistry.Add("invite", new InviteCommand()); commandRegistry.Add("ping", new PingCommand()); commandRegistry.Add("setplaying", new SetPlayingCommand()); commandRegistry.Add("help", new HelpCommand(ModuleSettings.HelpReferenceSite)); }
private void InitializeCommands() { commandRegistry.Add("about", new AboutCommand()); commandRegistry.Add("echo", new EchoCommand()); }