From 69dc07b3fba94794e71cd29f9cfa229ddfd5284c Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Tue, 16 May 2017 23:58:21 +0200 Subject: [PATCH] ping now works in dms --- src/NadekoBot/Modules/Utility/Utility.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NadekoBot/Modules/Utility/Utility.cs b/src/NadekoBot/Modules/Utility/Utility.cs index 0e2eba1b..741fa006 100644 --- a/src/NadekoBot/Modules/Utility/Utility.cs +++ b/src/NadekoBot/Modules/Utility/Utility.cs @@ -503,7 +503,6 @@ namespace NadekoBot.Modules.Utility await JsonConvert.SerializeObject(grouping, Formatting.Indented).ToStream().ConfigureAwait(false), title, title).ConfigureAwait(false); } [NadekoCommand, Usage, Description, Aliases] - [RequireContext(ContextType.Guild)] public async Task Ping() { var sw = Stopwatch.StartNew();