Tags are always a single word, parse them as such
This commit is contained in:
parent
0d538ad703
commit
dd177fa012
|
@ -235,10 +235,7 @@ namespace DeukBot4.MessageHandlers.CommandHandler
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cmd.SendMessageAsync(serverTags.GetTag(first));
|
||||||
|
|
||||||
var key = cmd.Parameters[0].AsString();
|
|
||||||
cmd.SendMessageAsync(serverTags.GetTag(key));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static async Task GetTags(CommandRequest cmd)
|
public static async Task GetTags(CommandRequest cmd)
|
||||||
|
|
Loading…
Reference in New Issue