replaced Discord icon with new one

This commit is contained in:
n00mkrad
2021-09-08 18:14:56 +02:00
parent bbc52983f4
commit a884338efe
7 changed files with 63 additions and 48 deletions

View File

@@ -140,6 +140,7 @@ namespace Flowframes
{
if (str == null || stringToRemove == null)
return str;
return str.Replace(stringToRemove, "");
}