⚡Power costs

Learn more about power costs of your bots and how are they calculated.

General rule

A total power cost of your bot depends on its complexity, i.e. number of conditions, number of defined constants (imported from extensions or not) and the cost of used actions.

Blocks power cost

BlockPower cost

preconditions:

1 power per 10 conditions

if:

1 power per 10 conditions

then:

0

Constants power cost

The power cost for constants is 1 power per 16 constants. This cost is shared between constants defined explicitly in your config and those imported from extensions - i.e. if your bot defines 10 constants, and you're importing 1 constant from extension that needs 5 another constants (defined in the extension) to be calculated you'll have a total of 16 constants used in your bot.

Actions power cost

ActionPower cost

discord.send

1

twitter.send

1

autobuy

1

webhook.send

1

Last updated