From 504da01917cf4879f2811e201ce2cdbca5e56cd4 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sun, 5 Mar 2017 23:34:01 +0100 Subject: [PATCH] People without manage messages can no longer user reminds on channels --- 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 572a7afc..45406de9 100644 --- a/src/NadekoBot/Modules/Utility/Commands/Remind.cs +++ b/src/NadekoBot/Modules/Utility/Commands/Remind.cs @@ -114,6 +114,7 @@ namespace NadekoBot.Modules.Utility [NadekoCommand, Usage, Description, Aliases] [RequireContext(ContextType.Guild)] + [RequireUserPermission(GuildPermission.ManageMessages)] [Priority(0)] public async Task Remind(IMessageChannel ch, string timeStr, [Remainder] string message) {