Skip to content

Commit 1a046ab

Browse files
committed
Update getUpdatesCLI.php
1 parent f8d0924 commit 1a046ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/getUpdatesCLI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
require __DIR__ . '/vendor/autoload.php';
1212

1313
$API_KEY = 'your_bot_api_key';
14-
$BOT_NAME = 'namebot';
14+
$BOT_NAME = 'username_bot';
1515
//$commands_path = __DIR__ . '/Commands/';
1616
$mysql_credentials = [
1717
'host' => 'localhost',

0 commit comments

Comments
 (0)