From 11fc9297c4ad335fffd45391d9260270538554bd Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 2 Jan 2017 08:07:09 +0100 Subject: [PATCH] .clearstats bot owner only --- src/NadekoBot/Modules/CustomReactions/CustomReactions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NadekoBot/Modules/CustomReactions/CustomReactions.cs b/src/NadekoBot/Modules/CustomReactions/CustomReactions.cs index 26a1b902..d69c31ca 100644 --- a/src/NadekoBot/Modules/CustomReactions/CustomReactions.cs +++ b/src/NadekoBot/Modules/CustomReactions/CustomReactions.cs @@ -273,6 +273,7 @@ namespace NadekoBot.Modules.CustomReactions } [NadekoCommand, Usage, Description, Aliases] + [OwnerOnly] public async Task CrStatsClear(string trigger = null) { if (string.IsNullOrWhiteSpace(trigger))