Bots Home
|
Create an App
AnnysGregory's API Tester
Author:
annysgregory
Description
Source Code
Launch Bot
Current Users
Created by:
Annysgregory
// Simple Settings Test cb.settings_choices = [ { name: "tip_option_one", type: "str", label: "Tip Option 1" }, { name: "tip_option_two", type: "str", label: "Tip Option 2" }, { name: "tip_option_three", type: "str", label: "Tip Option 3" } ]; let tip_option_one = cb.settings_choices.tip_option_one; let tip_option_two = cb.settings_choices.tip_option_two; let tip_option_three = cb.settings_choices.tip_option_three; cb.tipOptions((tip_option_one, tip_option_two, tip_option_three) => { return [ { label: tip_option_one }, { label: tip_option_two }, { label: tip_option_three } ]; });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.