Method StripIds
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
StripIds(string?, bool)
Removes discord-based ids from a given string.
public static string? StripIds(string? str, bool strip)
Parameters
Returns
- string
A new string with the ids replaced with
{DISCORD_ID}
.