Oops pt. 2

This commit is contained in:
Ske 2019-12-23 00:35:25 +01:00
parent 4a8dd7e8e3
commit de75752b5e

View File

@ -160,10 +160,5 @@ namespace PluralKit.Bot
// since Discord blocks webhooks containing the word "Clyde"... for some reason. /shrug
return name.Substring(0, match.Index + 1) + '\u200A' + name.Substring(match.Index + 1);
}
public void Dispose()
{
_client.Dispose();
}
}
}