mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-07 23:43:56 +00:00
FAQ: added "How to not get banned"
This commit is contained in:
parent
7fdd05a714
commit
e8a98a5799
3 changed files with 37 additions and 9 deletions
|
|
@ -260,7 +260,7 @@ namespace TL
|
|||
var type = GetType().Name[11..^6];
|
||||
for (int i = 1; i < type.Length; i++)
|
||||
if (char.IsUpper(type[i]))
|
||||
return type.ToLowerInvariant().Insert(i, "ing ");
|
||||
return type.ToLowerInvariant().Insert(i, "ing ").Remove(i - 1, type[i - 1] == 'e' ? 1 : 0);
|
||||
return type.ToLowerInvariant();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,10 +34,11 @@
|
|||
|
||||
<ItemGroup>
|
||||
<None Include="..\.github\dev.yml" Link="Data\dev.yml" />
|
||||
<None Include="..\EXAMPLES.md" Link="Data\EXAMPLES.md" />
|
||||
<None Include="..\logo.png" Link="Data\logo.png" Pack="true" PackagePath="\" />
|
||||
<None Include="..\README.md" Link="Data\README.md" Pack="true" PackagePath="\" />
|
||||
<None Include="..\.github\release.yml" Link="Data\release.yml" />
|
||||
<None Include="..\EXAMPLES.md" Link="Data\EXAMPLES.md" />
|
||||
<None Include="..\FAQ.md" Link="Data\FAQ.md" />
|
||||
<None Include="..\README.md" Link="Data\README.md" Pack="true" PackagePath="\" />
|
||||
<None Include="..\logo.png" Link="Data\logo.png" Pack="true" PackagePath="\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue