From 93b0a67d072d728dcbfe6e3035dba5cb66c57d56 Mon Sep 17 00:00:00 2001 From: Declan Chidlow Date: Fri, 16 Aug 2024 13:05:26 +0800 Subject: [PATCH] Fix command file structure --- bot/src/bot/commands/{configuration => miscellaneous}/login.ts | 0 bot/src/bot/commands/{configuration => miscellaneous}/logout.ts | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename bot/src/bot/commands/{configuration => miscellaneous}/login.ts (100%) rename bot/src/bot/commands/{configuration => miscellaneous}/logout.ts (100%) diff --git a/bot/src/bot/commands/configuration/login.ts b/bot/src/bot/commands/miscellaneous/login.ts similarity index 100% rename from bot/src/bot/commands/configuration/login.ts rename to bot/src/bot/commands/miscellaneous/login.ts diff --git a/bot/src/bot/commands/configuration/logout.ts b/bot/src/bot/commands/miscellaneous/logout.ts similarity index 100% rename from bot/src/bot/commands/configuration/logout.ts rename to bot/src/bot/commands/miscellaneous/logout.ts