add notary module, utilities and server online in bot`s game

This commit is contained in:
Дмитрий Шиманский
2023-11-11 18:08:33 +03:00
parent dde8b38520
commit 7ce56c1388
12 changed files with 514 additions and 27 deletions

View File

@@ -50,7 +50,7 @@ namespace DiscordApp.Auth
private bool IsValidApiKey(string apiKey)
{
return true;
return false;
}
private bool CheckForInvalidCharacters(string value)
{