diff --git a/UPBot Code/Actions/CheckSpam.cs b/src/Actions/CheckSpam.cs similarity index 100% rename from UPBot Code/Actions/CheckSpam.cs rename to src/Actions/CheckSpam.cs diff --git a/UPBot Code/Actions/DiscordStatus.cs b/src/Actions/DiscordStatus.cs similarity index 100% rename from UPBot Code/Actions/DiscordStatus.cs rename to src/Actions/DiscordStatus.cs diff --git a/UPBot Code/Actions/MembersTracking.cs b/src/Actions/MembersTracking.cs similarity index 100% rename from UPBot Code/Actions/MembersTracking.cs rename to src/Actions/MembersTracking.cs diff --git a/UPBot Code/Commands/Delete.cs b/src/Commands/Delete.cs similarity index 100% rename from UPBot Code/Commands/Delete.cs rename to src/Commands/Delete.cs diff --git a/UPBot Code/Commands/Game.cs b/src/Commands/Game.cs similarity index 100% rename from UPBot Code/Commands/Game.cs rename to src/Commands/Game.cs diff --git a/UPBot Code/Commands/Logs.cs b/src/Commands/Logs.cs similarity index 100% rename from UPBot Code/Commands/Logs.cs rename to src/Commands/Logs.cs diff --git a/UPBot Code/Commands/Ping.cs b/src/Commands/Ping.cs similarity index 100% rename from UPBot Code/Commands/Ping.cs rename to src/Commands/Ping.cs diff --git a/UPBot Code/Commands/Refactor.cs b/src/Commands/Refactor.cs similarity index 100% rename from UPBot Code/Commands/Refactor.cs rename to src/Commands/Refactor.cs diff --git a/UPBot Code/Commands/Setup.cs b/src/Commands/Setup.cs similarity index 100% rename from UPBot Code/Commands/Setup.cs rename to src/Commands/Setup.cs diff --git a/UPBot Code/Commands/Stats.cs b/src/Commands/Stats.cs similarity index 99% rename from UPBot Code/Commands/Stats.cs rename to src/Commands/Stats.cs index 935834a..32f78bb 100644 --- a/UPBot Code/Commands/Stats.cs +++ b/src/Commands/Stats.cs @@ -3,6 +3,7 @@ using DSharpPlus.SlashCommands; using DSharpPlus.Entities; using System.Collections.Generic; +using UPBot.UPBot_Code; /// /// Provide some server stats diff --git a/UPBot Code/Commands/Tag.cs b/src/Commands/Tag.cs similarity index 100% rename from UPBot Code/Commands/Tag.cs rename to src/Commands/Tag.cs diff --git a/UPBot Code/Commands/Timezone.cs b/src/Commands/Timezone.cs similarity index 100% rename from UPBot Code/Commands/Timezone.cs rename to src/Commands/Timezone.cs diff --git a/UPBot Code/Commands/UnityDocs.cs b/src/Commands/UnityDocs.cs similarity index 100% rename from UPBot Code/Commands/UnityDocs.cs rename to src/Commands/UnityDocs.cs diff --git a/UPBot Code/Commands/Version.cs b/src/Commands/Version.cs similarity index 100% rename from UPBot Code/Commands/Version.cs rename to src/Commands/Version.cs diff --git a/UPBot Code/Commands/Weather.cs b/src/Commands/Weather.cs similarity index 100% rename from UPBot Code/Commands/Weather.cs rename to src/Commands/Weather.cs diff --git a/UPBot Code/Commands/WhoIs.cs b/src/Commands/WhoIs.cs similarity index 100% rename from UPBot Code/Commands/WhoIs.cs rename to src/Commands/WhoIs.cs diff --git a/UPBot Code/Config.cs b/src/Config.cs similarity index 100% rename from UPBot Code/Config.cs rename to src/Config.cs diff --git a/UPBot Code/DataClasses/AdminRole.cs b/src/DataClasses/AdminRole.cs similarity index 100% rename from UPBot Code/DataClasses/AdminRole.cs rename to src/DataClasses/AdminRole.cs diff --git a/UPBot Code/DataClasses/Entity.cs b/src/DataClasses/Entity.cs similarity index 100% rename from UPBot Code/DataClasses/Entity.cs rename to src/DataClasses/Entity.cs diff --git a/UPBot Code/DataClasses/ExampleEntity.cs b/src/DataClasses/ExampleEntity.cs similarity index 100% rename from UPBot Code/DataClasses/ExampleEntity.cs rename to src/DataClasses/ExampleEntity.cs diff --git a/UPBot Code/DataClasses/SpamLink.cs b/src/DataClasses/SpamLink.cs similarity index 100% rename from UPBot Code/DataClasses/SpamLink.cs rename to src/DataClasses/SpamLink.cs diff --git a/UPBot Code/DataClasses/SpamProtection.cs b/src/DataClasses/SpamProtection.cs similarity index 100% rename from UPBot Code/DataClasses/SpamProtection.cs rename to src/DataClasses/SpamProtection.cs diff --git a/UPBot Code/DataClasses/TagBase.cs b/src/DataClasses/TagBase.cs similarity index 100% rename from UPBot Code/DataClasses/TagBase.cs rename to src/DataClasses/TagBase.cs diff --git a/UPBot Code/DataClasses/Timezone.cs b/src/DataClasses/Timezone.cs similarity index 100% rename from UPBot Code/DataClasses/Timezone.cs rename to src/DataClasses/Timezone.cs diff --git a/UPBot Code/DataClasses/TrackChannel.cs b/src/DataClasses/TrackChannel.cs similarity index 100% rename from UPBot Code/DataClasses/TrackChannel.cs rename to src/DataClasses/TrackChannel.cs diff --git a/UPBot Code/DataClasses/WeatherData.cs b/src/DataClasses/WeatherData.cs similarity index 100% rename from UPBot Code/DataClasses/WeatherData.cs rename to src/DataClasses/WeatherData.cs diff --git a/UPBot Code/Database.cs b/src/Database.cs similarity index 100% rename from UPBot Code/Database.cs rename to src/Database.cs diff --git a/UPBot Code/Program.cs b/src/Program.cs similarity index 100% rename from UPBot Code/Program.cs rename to src/Program.cs diff --git a/UPBot Code/StringDistance.cs b/src/StringDistance.cs similarity index 100% rename from UPBot Code/StringDistance.cs rename to src/StringDistance.cs diff --git a/UPBot Code/Utils.cs b/src/Utils.cs similarity index 100% rename from UPBot Code/Utils.cs rename to src/Utils.cs