Options

BotWiz offers a wide range of different options that you can use alongside your command execution. These can all be toggled required. Options are incredibly useful in providing dynamic information / data to be used in the command. All option blocks are provided by Discord and as such the limitations imposed are default Discord limitations and cannot be bypassed. BotWiz does not impose any custom limitations for option blocks.

How to access option values?

You can access all option values with the |{option_}| variable. The ending of the option variable is dependant on the name you have provided for the option block itself. For example, if you have a user option block named 'user' to retrieve the user value you would do: |{option_user}|.

Last updated