onReady method

Future onReady(
  1. Bot bot
)

Override this method when extending this class

Gets called when bot token is validated with a getMe

When this method is called, id, name and username are guaranteed to be not null

Implementation

Future onReady(Bot bot) async {}