1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 12:31:15 +01:00

Update example

This commit is contained in:
Daniil Gentili 2023-05-02 17:50:48 +02:00
parent dfb669ad08
commit 68b045ff74
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -43,7 +43,7 @@ class MyEventHandler extends EventHandler
/**
* @var int|string Username or ID of bot admin
*/
const ADMIN = "danogentili"; // !!! Change this to your username !!!
const ADMIN = "@me"; // !!! Change this to your username !!!
/**
* List of properties automatically stored in database (MySQL, Postgres, redis or memory).