Merge pull request #90 from Cyberboss/discordIDqol

Setting Discord IDs now auto filters some artifacts
This commit is contained in:
Jordan Brown
2017-06-30 16:12:47 -04:00
committed by GitHub
+1
View File
@@ -330,6 +330,7 @@ namespace TGServiceInterface
}
protected override string SanitizeChannelName(string working)
{
working = working.Replace("<", "").Replace(">", "").Replace("&", ""); //filter out some stuff that can come in the copypasta
try
{
Convert.ToUInt64(working);