diff --git a/src/Client.ts b/src/client.ts similarity index 100% rename from src/Client.ts rename to src/client.ts diff --git a/src/Commands/_load.ts b/src/commands/_load.ts similarity index 100% rename from src/Commands/_load.ts rename to src/commands/_load.ts diff --git a/src/Commands/deleteLearn.ts b/src/commands/deleteLearn.ts similarity index 100% rename from src/Commands/deleteLearn.ts rename to src/commands/deleteLearn.ts diff --git a/src/Commands/help.ts b/src/commands/help.ts similarity index 100% rename from src/Commands/help.ts rename to src/commands/help.ts diff --git a/src/Commands/information.ts b/src/commands/information.ts similarity index 100% rename from src/Commands/information.ts rename to src/commands/information.ts diff --git a/src/Commands/learn.ts b/src/commands/learn.ts similarity index 100% rename from src/Commands/learn.ts rename to src/commands/learn.ts diff --git a/src/Commands/learnedData.ts b/src/commands/learnedData.ts similarity index 100% rename from src/Commands/learnedData.ts rename to src/commands/learnedData.ts diff --git a/src/Commands/list.ts b/src/commands/list.ts similarity index 100% rename from src/Commands/list.ts rename to src/commands/list.ts diff --git a/src/modules/ChatBot.ts b/src/modules/chatBot.ts similarity index 100% rename from src/modules/ChatBot.ts rename to src/modules/chatBot.ts