diff --git a/CommandsHandler.rb b/CommandsHandler.rb index 05ea139..18a5e09 100644 --- a/CommandsHandler.rb +++ b/CommandsHandler.rb @@ -17,9 +17,7 @@ def HandleCommands(line) commands = [ "commands", - "cortexio", - "about", - "project",] + "chatbot",] replacements = [ ["USER", "@#{user}"], @@ -138,11 +136,6 @@ end # ----- CONSOLE COMMANDS ----- # -def Project(line) - line.slice!("project ") - File.write("Responses/project.txt", line) -end - def Clear() system "clear" or system "cls" puts "Type \"clear\" to clear terminal"