From 88710c18ea3719260cdfe1144212e1ab366899b3 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Fri, 26 Jan 2024 13:50:06 +0100 Subject: [PATCH] refactor: example directory --- commands/{utility => examples}/login.example.js | 0 commands/{utility => examples}/ping.example.js | 0 commands/{utility => examples}/role.example.js | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename commands/{utility => examples}/login.example.js (100%) rename commands/{utility => examples}/ping.example.js (100%) rename commands/{utility => examples}/role.example.js (100%) diff --git a/commands/utility/login.example.js b/commands/examples/login.example.js similarity index 100% rename from commands/utility/login.example.js rename to commands/examples/login.example.js diff --git a/commands/utility/ping.example.js b/commands/examples/ping.example.js similarity index 100% rename from commands/utility/ping.example.js rename to commands/examples/ping.example.js diff --git a/commands/utility/role.example.js b/commands/examples/role.example.js similarity index 100% rename from commands/utility/role.example.js rename to commands/examples/role.example.js