Added a cleanup note for Message.Resolve
This commit is contained in:
@@ -81,6 +81,7 @@ namespace Discord
|
|||||||
}));
|
}));
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
//TODO: Move this somewhere
|
||||||
private static string Resolve(Channel channel, string text)
|
private static string Resolve(Channel channel, string text)
|
||||||
{
|
{
|
||||||
if (text == null) throw new ArgumentNullException(nameof(text));
|
if (text == null) throw new ArgumentNullException(nameof(text));
|
||||||
|
|||||||
Reference in New Issue
Block a user