Added a cleanup note for Message.Resolve

This commit is contained in:
RogueException
2016-02-18 13:15:20 -04:00
parent 03920b9d48
commit 564e6ca2cc

View File

@@ -81,6 +81,7 @@ namespace Discord
}));
}*/
//TODO: Move this somewhere
private static string Resolve(Channel channel, string text)
{
if (text == null) throw new ArgumentNullException(nameof(text));