Skip to content

Commit

Permalink
update bot
Browse files Browse the repository at this point in the history
  • Loading branch information
kocherovv committed Feb 17, 2024
1 parent 216a50e commit fc03013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/greenapi/demoChatbot/BotStarter.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public static void main(String[] args) {
var botFactory = context.getBean(BotFactory.class);
var startScene = context.getBean(Start.class);

var instanceId = "1101848919";
var token = "fe0453b47e1b403c8d88ce881291ea002292b3037ae045bcb2";
var instanceId = "{InstanceId}";
var token = "{TokenId}";

var bot = botFactory.createBot(instanceId, token);

Expand Down

0 comments on commit fc03013

Please sign in to comment.