From a6d65dee30e42a471eee989c5954a3337d03b94d Mon Sep 17 00:00:00 2001 From: Kwoth Date: Fri, 26 Aug 2016 00:07:15 +0200 Subject: [PATCH] Forgot group attribute --- src/NadekoBot/Modules/Utility/Commands/Remind.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NadekoBot/Modules/Utility/Commands/Remind.cs b/src/NadekoBot/Modules/Utility/Commands/Remind.cs index 882fa5d8..be2bad6e 100644 --- a/src/NadekoBot/Modules/Utility/Commands/Remind.cs +++ b/src/NadekoBot/Modules/Utility/Commands/Remind.cs @@ -16,6 +16,7 @@ namespace NadekoBot.Modules.Utility { public partial class Utility { + [Group] public class RemindCommands {