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:
parent
25c45d62de
commit
e29cb31738
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user