restartBot

restartBot(platforms)

  • Restarts specified bot instances

  • Sub-functions: None

await restartBot('telegram');
// or multiple platforms
await restartBot('telegram', 'discord');

Last updated

Was this helpful?