Skip to content

InitBotAsync authorize

Arius Bronte edited this page Feb 23, 2020 · 1 revision

Basic usage

await commands.InitBotAsync("very big token group");

Extended

await commands.InitBotAsync(new ApiAuthParams
{
    AccessToken = "very big token group"
});
Clone this wiki locally