From ef16debab05f4c9b5b253fd39d7767cbe7fd50f9 Mon Sep 17 00:00:00 2001 From: Siwoo Jeon Date: Sun, 6 Oct 2024 16:14:56 +0900 Subject: [PATCH] fix: Re follow camelCase by filenames and foldernames --- src/{Client.ts => client.ts} | 0 src/{Commands => commands}/_load.ts | 0 src/{Commands => commands}/deleteLearn.ts | 0 src/{Commands => commands}/help.ts | 0 src/{Commands => commands}/information.ts | 0 src/{Commands => commands}/learn.ts | 0 src/{Commands => commands}/learnedData.ts | 0 src/{Commands => commands}/list.ts | 0 src/modules/{ChatBot.ts => chatBot.ts} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename src/{Client.ts => client.ts} (100%) rename src/{Commands => commands}/_load.ts (100%) rename src/{Commands => commands}/deleteLearn.ts (100%) rename src/{Commands => commands}/help.ts (100%) rename src/{Commands => commands}/information.ts (100%) rename src/{Commands => commands}/learn.ts (100%) rename src/{Commands => commands}/learnedData.ts (100%) rename src/{Commands => commands}/list.ts (100%) rename src/modules/{ChatBot.ts => chatBot.ts} (100%) 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