From f34805479dd937175a88899149bfa95e9bcf5017 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sun, 26 Mar 2023 02:03:15 +0200 Subject: [PATCH] renaming directories and moving some code --- commands/{Info => info}/about.js | 0 commands/{Info => system}/chat.js | 0 commands/{Info => system}/new-chat.js | 0 commands/{Info => system}/session-id.js | 0 commands/{Info => system}/view-session-history.js | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename commands/{Info => info}/about.js (100%) rename commands/{Info => system}/chat.js (100%) rename commands/{Info => system}/new-chat.js (100%) rename commands/{Info => system}/session-id.js (100%) rename commands/{Info => system}/view-session-history.js (100%) diff --git a/commands/Info/about.js b/commands/info/about.js similarity index 100% rename from commands/Info/about.js rename to commands/info/about.js diff --git a/commands/Info/chat.js b/commands/system/chat.js similarity index 100% rename from commands/Info/chat.js rename to commands/system/chat.js diff --git a/commands/Info/new-chat.js b/commands/system/new-chat.js similarity index 100% rename from commands/Info/new-chat.js rename to commands/system/new-chat.js diff --git a/commands/Info/session-id.js b/commands/system/session-id.js similarity index 100% rename from commands/Info/session-id.js rename to commands/system/session-id.js diff --git a/commands/Info/view-session-history.js b/commands/system/view-session-history.js similarity index 100% rename from commands/Info/view-session-history.js rename to commands/system/view-session-history.js