stopBot

stopBot(platforms)

  • Stops running bot instances

  • Sub-functions: None

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

Last updated

Was this helpful?