Skip to content

Commit 03330cc

Browse files
committed
Issue #1: BUGFIX on token
1 parent 3880024 commit 03330cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ESP8266/SetMyCommands/SetMyCommands.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <ArduinoOTA.h>
33
#include <UniversalTelegramBot.h>
44

5-
#define BOTtoken "1235351031:AAFy85Gc9y1raA9dYYSTe4S8_Yfr1J0D-lg" // "648272766:AAEkW5FaFMeHqWwuNBsZJckFEOdhlSVisEc"
5+
#define BOTtoken "XXXXXXXXXX:YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY" // Change it to your bot token
66

77
WiFiClientSecure client;
88
UniversalTelegramBot bot(BOTtoken, client);

0 commit comments

Comments
 (0)