- next, go to org.telegram and edit `BotConfig.java`
Here we must fill in our login credentials for our bot.
public static final String TOKENMYPROJECT = "[YOUR_TOP_SECRET_TOKEN]";
public static final String USERNAMEMYPROJECT = "myProjectBot";
Hello!
In BotConfig.java where is TOKENMYPROJECT and USERNAMEMYPROJECT ???
Hello! In BotConfig.java where is TOKENMYPROJECT and USERNAMEMYPROJECT ???
Thanks