Skip to content

Developing a script in the API environment

Jaggar edited this page Jan 25, 2022 · 1 revision

Scripts can be created and tested in the testScripts package and then ran as one would expect. This means instead of having a separate environment for testing where you may wish to make changes to both the RSB API and your script you could instead have it all in one. This is generally unadvised unless you're needing specific unsupported functionality in the bot or correcting a debilitating bug.

For virtually every other use case check out