1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 12:04:47 +01:00

Add more global codes

This commit is contained in:
Daniil Gentili 2024-06-15 18:01:16 +02:00
parent 25c45d62de
commit e29cb31738

View File

@ -6,6 +6,10 @@ final class Main
{
private const GLOBAL_CODES = [
'FLOOD_WAIT_%d' => 420,
'2FA_CONFIRM_WAIT_%d' => 420,
'SLOWMODE_WAIT_%d' => 420,
'TAKEOUT_INIT_DELAY_%d' => 420,
'FLOOD_PREMIUM_WAIT_%d' => 420,
];
private ?\PDO $pdo = null;