Advertisement
mathfreak231

randbats workshop config example

Feb 10th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.61 KB | None | 0 0
  1. #login details
  2. login:
  3.     username: RandbatsWorkshop
  4.     password: example123
  5.  
  6. #who can use bot owner commands
  7. owners:
  8.     - mathfreak231
  9.     - rach
  10.  
  11. #which rooms to run in
  12. main_room: randombattles
  13. workshops_room: groupchat-randombattles-workshops
  14.  
  15. #timer length, in seconds
  16. first_input_timer: 300
  17. input_timer: 120
  18.  
  19. #who can use commands; set to %, @, or #
  20. permissions:
  21.     start_workshop: "%"
  22.  
  23. #how to resolve ties
  24. #"random" - a coin is flipped to determine which input wins
  25. #"recent" - use the input that was most recently voted for
  26. #"earliest" - use the input that was the first to get any votes
  27. tie_policy: recent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement