Hansubaruukun

set color untuk bot

Nov 9th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. ##Setting Pretty Colors
  2.  
  3. class TestBot(ch.RoomManager):
  4.  
  5.   def onInit(self):
  6.     self.setNameColor("FFFFFF")
  7.     self.setFontColor("FF0000")
  8.     self.setFontFace("1")
  9.     self.setFontSize(11)
  10.     self.enableBg()
  11.     self.enableRecording()
Add Comment
Please, Sign In to add comment