private void registerCommands(){
// Intro Commands
commands.add(new HelpCommand());
// General Commands
commands.add(new CopyCommand());
commands.add(new EditCommand());
commands.add(new TitleCommand());
// Admin Commands
commands.add(new AuthorCommand());