From 39d7c0bbb979cf8df1ddf23f89d69dd0e6af515c Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Sat, 23 Jul 2022 11:41:19 +0300 Subject: [PATCH] move sth --- src/structure/{components => }/infractions/Addrole.js | 0 src/structure/{components => }/infractions/Ban.js | 0 src/structure/{components => }/infractions/Kick.js | 0 src/structure/{components => }/infractions/Lockdown.js | 0 src/structure/{components => }/infractions/Mute.js | 0 src/structure/{components => }/infractions/Nickname.js | 0 src/structure/{components => }/infractions/Note.js | 0 src/structure/{components => }/infractions/Prune.js | 0 src/structure/{components => }/infractions/Removerole.js | 0 src/structure/{components => }/infractions/Slowmode.js | 0 src/structure/{components => }/infractions/Softban.js | 0 src/structure/{components => }/infractions/Unban.js | 0 src/structure/{components => }/infractions/Unlockdown.js | 0 src/structure/{components => }/infractions/Unmute.js | 0 src/structure/{components => }/infractions/Vckick.js | 0 src/structure/{components => }/infractions/Warn.js | 0 src/structure/{components => }/infractions/index.js | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename src/structure/{components => }/infractions/Addrole.js (100%) rename src/structure/{components => }/infractions/Ban.js (100%) rename src/structure/{components => }/infractions/Kick.js (100%) rename src/structure/{components => }/infractions/Lockdown.js (100%) rename src/structure/{components => }/infractions/Mute.js (100%) rename src/structure/{components => }/infractions/Nickname.js (100%) rename src/structure/{components => }/infractions/Note.js (100%) rename src/structure/{components => }/infractions/Prune.js (100%) rename src/structure/{components => }/infractions/Removerole.js (100%) rename src/structure/{components => }/infractions/Slowmode.js (100%) rename src/structure/{components => }/infractions/Softban.js (100%) rename src/structure/{components => }/infractions/Unban.js (100%) rename src/structure/{components => }/infractions/Unlockdown.js (100%) rename src/structure/{components => }/infractions/Unmute.js (100%) rename src/structure/{components => }/infractions/Vckick.js (100%) rename src/structure/{components => }/infractions/Warn.js (100%) rename src/structure/{components => }/infractions/index.js (100%) diff --git a/src/structure/components/infractions/Addrole.js b/src/structure/infractions/Addrole.js similarity index 100% rename from src/structure/components/infractions/Addrole.js rename to src/structure/infractions/Addrole.js diff --git a/src/structure/components/infractions/Ban.js b/src/structure/infractions/Ban.js similarity index 100% rename from src/structure/components/infractions/Ban.js rename to src/structure/infractions/Ban.js diff --git a/src/structure/components/infractions/Kick.js b/src/structure/infractions/Kick.js similarity index 100% rename from src/structure/components/infractions/Kick.js rename to src/structure/infractions/Kick.js diff --git a/src/structure/components/infractions/Lockdown.js b/src/structure/infractions/Lockdown.js similarity index 100% rename from src/structure/components/infractions/Lockdown.js rename to src/structure/infractions/Lockdown.js diff --git a/src/structure/components/infractions/Mute.js b/src/structure/infractions/Mute.js similarity index 100% rename from src/structure/components/infractions/Mute.js rename to src/structure/infractions/Mute.js diff --git a/src/structure/components/infractions/Nickname.js b/src/structure/infractions/Nickname.js similarity index 100% rename from src/structure/components/infractions/Nickname.js rename to src/structure/infractions/Nickname.js diff --git a/src/structure/components/infractions/Note.js b/src/structure/infractions/Note.js similarity index 100% rename from src/structure/components/infractions/Note.js rename to src/structure/infractions/Note.js diff --git a/src/structure/components/infractions/Prune.js b/src/structure/infractions/Prune.js similarity index 100% rename from src/structure/components/infractions/Prune.js rename to src/structure/infractions/Prune.js diff --git a/src/structure/components/infractions/Removerole.js b/src/structure/infractions/Removerole.js similarity index 100% rename from src/structure/components/infractions/Removerole.js rename to src/structure/infractions/Removerole.js diff --git a/src/structure/components/infractions/Slowmode.js b/src/structure/infractions/Slowmode.js similarity index 100% rename from src/structure/components/infractions/Slowmode.js rename to src/structure/infractions/Slowmode.js diff --git a/src/structure/components/infractions/Softban.js b/src/structure/infractions/Softban.js similarity index 100% rename from src/structure/components/infractions/Softban.js rename to src/structure/infractions/Softban.js diff --git a/src/structure/components/infractions/Unban.js b/src/structure/infractions/Unban.js similarity index 100% rename from src/structure/components/infractions/Unban.js rename to src/structure/infractions/Unban.js diff --git a/src/structure/components/infractions/Unlockdown.js b/src/structure/infractions/Unlockdown.js similarity index 100% rename from src/structure/components/infractions/Unlockdown.js rename to src/structure/infractions/Unlockdown.js diff --git a/src/structure/components/infractions/Unmute.js b/src/structure/infractions/Unmute.js similarity index 100% rename from src/structure/components/infractions/Unmute.js rename to src/structure/infractions/Unmute.js diff --git a/src/structure/components/infractions/Vckick.js b/src/structure/infractions/Vckick.js similarity index 100% rename from src/structure/components/infractions/Vckick.js rename to src/structure/infractions/Vckick.js diff --git a/src/structure/components/infractions/Warn.js b/src/structure/infractions/Warn.js similarity index 100% rename from src/structure/components/infractions/Warn.js rename to src/structure/infractions/Warn.js diff --git a/src/structure/components/infractions/index.js b/src/structure/infractions/index.js similarity index 100% rename from src/structure/components/infractions/index.js rename to src/structure/infractions/index.js