startBot
startBot(platforms)
await startBot('telegram');
// or multiple platforms
await startBot('telegram', 'discord');Last updated
Was this helpful?
startBot(platforms)
await startBot('telegram');
// or multiple platforms
await startBot('telegram', 'discord');Last updated
Was this helpful?
Was this helpful?