Analytics
constructor(bot, [...plugins])
​
added in 1.4.0 methods​
enable(launchImmediate)​
added in 1.4.0Enable analytics.
If launchImmediate
is true
- also calls bot.launch()
under the hood.
enable(stopImmediate)​
added in 1.4.0Disable analytics.
If stopImmediate
is true
- also calls bot.stop()
under the hood.