ping now works in dms

This commit is contained in:
Master Kwoth 2017-05-16 23:58:21 +02:00
parent 631e17a569
commit 69dc07b3fb

View File

@ -503,7 +503,6 @@ namespace NadekoBot.Modules.Utility
await JsonConvert.SerializeObject(grouping, Formatting.Indented).ToStream().ConfigureAwait(false), title, title).ConfigureAwait(false); await JsonConvert.SerializeObject(grouping, Formatting.Indented).ToStream().ConfigureAwait(false), title, title).ConfigureAwait(false);
} }
[NadekoCommand, Usage, Description, Aliases] [NadekoCommand, Usage, Description, Aliases]
[RequireContext(ContextType.Guild)]
public async Task Ping() public async Task Ping()
{ {
var sw = Stopwatch.StartNew(); var sw = Stopwatch.StartNew();