diff --git a/src/NadekoBot/Modules/Administration/Commands/MessageRepeater.cs b/src/NadekoBot/Modules/Utility/Commands/MessageRepeater.cs similarity index 99% rename from src/NadekoBot/Modules/Administration/Commands/MessageRepeater.cs rename to src/NadekoBot/Modules/Utility/Commands/MessageRepeater.cs index 34281838..71bd6748 100644 --- a/src/NadekoBot/Modules/Administration/Commands/MessageRepeater.cs +++ b/src/NadekoBot/Modules/Utility/Commands/MessageRepeater.cs @@ -16,9 +16,9 @@ using System.Text; using System.Threading; using System.Threading.Tasks; -namespace NadekoBot.Modules.Administration +namespace NadekoBot.Modules.Utility { - public partial class Administration + public partial class Utility { [Group] public class RepeatCommands : ModuleBase