This commit is contained in:
Daniil Gentili 2020-02-28 14:25:47 +01:00
parent 98e56ba62f
commit ac9a0958d1
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ if (\file_exists('vendor/autoload.php')) {
/** /**
* Event handler class. * Event handler class.
*/ */
class EventHandler extends \danog\MadelineProto\EventHandler class MyEventHandler extends \danog\MadelineProto\EventHandler
{ {
const START = "Send me a file URL and I will download it and send it to you!\n\n". const START = "Send me a file URL and I will download it and send it to you!\n\n".
"Usage: `https://example.com`\n". "Usage: `https://example.com`\n".