Commit 987dbf9c authored by Jack'lul's avatar Jack'lul

Fix mistake

parent 74a3957f
......@@ -120,7 +120,7 @@ class Botan
$data = [];
if ($update->getMessage()) {
$data = $update_data['message'];
$event_name = 'Generic Message';
$event_name = 'Message';
if (!empty($data['entities']) && is_array($data['entities'])) {
foreach ($data['entities'] as $entity) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment