rubenlagus / TelegramBotsExample

A simple to use library to create Telegram Bots in Java
GNU General Public License v3.0
484 stars 229 forks source link

/wiki/Getting-Started needs to be updated #49

Closed iamgul closed 1 year ago

iamgul commented 1 year ago

/wiki/Getting-Started needs to be Updated to call the constructor to pass the token instead of calling getBotToken() since it's deprecated.

Here are the changes:

    public MyAmazingBot() {
        super("Your Token");
    }

Issue image

iamgul commented 1 year ago

This issue is under TelegramBots/wiki/ and not in TelegramBotsExample/wiki, So closing from here and creating in TelegramBots