Advertisement
Auserkwoopfwpoef

Untitled

Aug 31st, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Create a copy of this file named details.yaml and edit settings accordingly
  2. # This is the username you want the bot to have, MUST BE REGISTRED
  3. user: PythonFang
  4.  
  5. # The password for the bot
  6. password: password
  7.  
  8. # MASTER bypass every allowance check and can do everything
  9. master: Aurolux
  10.  
  11. # command character, preferably something that people don't start sentences with. Use '' as bounds
  12. command: '~'
  13.  
  14. # The userauth level people need to broadcast commands back in chat. Can be changed during run-time.
  15. broadcastrank: '+'
  16.  
  17. # OPTIONAL: The specific avatar the bot should use. Leave as 0 to pick the default one.
  18. avatar: 120
  19.  
  20. # The rooms that should be joined on login. Leave moderate as fale to not enforce punishments.
  21. # allow games: Specify if chatgames like hangman should be allowed in the room
  22. # tourwhitelist: If you want to make specific people able to start tournaments without being @, add them to this list
  23. joinRooms: techcode
  24. (room name here): techcode
  25. moderate: false
  26. anything: false
  27. banword: false
  28. caps: false
  29. groupchats: false
  30. spam: false
  31. stretching: false
  32. urls: false
  33. allow games: False
  34. tourwhitelist: []
  35.  
  36. # Set if the bot will attempt to join any tornament that is started in the room, if the tiers it got accepts it. Default is False
  37. joinTours: False
  38.  
  39. # OPTIONAL: For workshops, set `pastebin: 0` to an api key given from Pastebin to automatically paste the workshop log
  40. apikeys: {
  41. pastebin: '0'
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement