Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Integrating Bot Stats

Olivia edited this page Jun 19, 2020 · 5 revisions

To instantiate a bot stat variable, run the following (assuming DBL has also been properly instantiated)

boat = DBL.bot(bot_id)

Now, you can run the various Bot info methods to get more stats.

Examples:

boat.server
=> 298
boat.votes
=> 39
boat.certified?
=> false

And more!

Clone this wiki locally