Message repeater moved to utility

This commit is contained in:
Kwoth 2017-01-11 14:08:50 +01:00
parent ceb1ed41a2
commit 5febe84531

View File

@ -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