...

From SmartBots Developers Docs
Revision as of 12:53, 1 July 2016 by Gg (Talk | contribs) (Created page with "{{DISPLAYTITLE:...}} <TTT_onlyinclude>...</TTT_onlyinclude> <syntaxhighlight lang="javascript"> Bot.on("...", function(event) { ... }); </syntaxhighlight> {{API Event Table}...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<TTT_onlyinclude>...</TTT_onlyinclude>

Bot.on("...", function(event) { ... });

Reference

This event comes with the following event object:

Variable Required Description
event object properties:
... ...
... ...

Example

...