New Command! Update Submission Settings through chat

As requested. You can now update your settings at warp.world directly through your chat bot. WarpBot users has this command included automatically (default to !wwsettings) while 3rd party bots have to include them manually.


Usage

!wwsettings <key> <option>

Explanation

<key> explanation

The keys for all different settings can be found by clicking the new link under “Save Settings” in your settings.

By clicking it all setting fields that support updates through this command will now have an orange word (key) next to it. Which in the following image is “cooldown”.

<option> explanation

It’s fairly simple. Just enter the new value you want the setting to have.
For checkboxes you use the options ON and OFF instead.

Appending Data

It’s also possible to append data to your current setting by prefixing your <option> with a tilde (~).
(Due different 3rd party bot encodings “+” is not possible :jakuman: )
This is useful for example banned_words if you wish to extend the list of words instead of replacing your previous setting with a new value.

For example if your current setting is this:

and you run “!wwsettings banned_words ~mid-air” your new setting will be:

Advanced

If you’re using a 3rd party bot you can also create predefined commands for settings you change often.
Here’s an example for AnkhBot that will change your max queue size to 10

Execute: !queuesize 10
Command: $readapi(http://warp.world/bot/wwsettings?streamer=YOURNAME&key=YOURKEY&q=max_total_submissions $msg)

2 Likes