From 1dd3baf0c3e10ef6d73cab13e7fc0a5c0f8ffcc1 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 21 Aug 2023 12:10:51 -0400 Subject: [PATCH] misc: changed directory structure --- commands/{ => utilities}/ping.js | 0 commands/{ => utilities}/server.js | 0 commands/{ => utilities}/user.js | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename commands/{ => utilities}/ping.js (100%) rename commands/{ => utilities}/server.js (100%) rename commands/{ => utilities}/user.js (100%) diff --git a/commands/ping.js b/commands/utilities/ping.js similarity index 100% rename from commands/ping.js rename to commands/utilities/ping.js diff --git a/commands/server.js b/commands/utilities/server.js similarity index 100% rename from commands/server.js rename to commands/utilities/server.js diff --git a/commands/user.js b/commands/utilities/user.js similarity index 100% rename from commands/user.js rename to commands/utilities/user.js