startBot
startBot(platforms)
Starts bot instances for specified platforms
Sub-functions: None
await startBot('telegram');
// or multiple platforms
await startBot('telegram', 'discord');Last updated
Was this helpful?
startBot(platforms)
Starts bot instances for specified platforms
Sub-functions: None
await startBot('telegram');
// or multiple platforms
await startBot('telegram', 'discord');Last updated
Was this helpful?
Was this helpful?