From 204090c39d705ebf251d3a3d41df252adfabcd35 Mon Sep 17 00:00:00 2001 From: smyalygames Date: Thu, 16 Feb 2023 15:20:33 +0000 Subject: [PATCH] refactor(arabot): move ban commands to its own directory --- src/commands/mod/{ => ban}/ban.ts | 0 src/commands/mod/{ => ban}/unban.ts | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/commands/mod/{ => ban}/ban.ts (100%) rename src/commands/mod/{ => ban}/unban.ts (100%) diff --git a/src/commands/mod/ban.ts b/src/commands/mod/ban/ban.ts similarity index 100% rename from src/commands/mod/ban.ts rename to src/commands/mod/ban/ban.ts diff --git a/src/commands/mod/unban.ts b/src/commands/mod/ban/unban.ts similarity index 100% rename from src/commands/mod/unban.ts rename to src/commands/mod/ban/unban.ts