Skip to content

Commit f8d0924

Browse files
committed
Update unset.php
1 parent dd445b2 commit f8d0924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/unset.php

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

55
$API_KEY = 'your_bot_api_key';
6-
$BOT_NAME = 'namebot';
6+
$BOT_NAME = 'username_bot';
77
try {
88
// Create Telegram API object
99
$telegram = new Longman\TelegramBot\Telegram($API_KEY, $BOT_NAME);

0 commit comments

Comments
 (0)