Fixes to some missing commands

This commit is contained in:
Kwoth
2016-08-20 20:53:01 +02:00
parent 1d685757bf
commit 3aefb2d991
4 changed files with 29 additions and 29 deletions

View File

@@ -248,7 +248,7 @@ $@"🌍 **Weather for** 【{obj["target"]}】
[LocalizedCommand, LocalizedDescription, LocalizedSummary]
[RequireContext(ContextType.Guild)]
public async Task UrbanDictionary(IMessage imsg, [Remainder] string query = null)
public async Task Ud(IMessage imsg, [Remainder] string query = null)
{
var channel = imsg.Channel as ITextChannel;