Add a bot and ability to share chat
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from sugar.simulator import Bot
|
||||
|
||||
bot = Bot()
|
||||
bot.name = 'chaitanya'
|
||||
|
||||
bot.share_chat('All About Giraffes')
|
||||
|
||||
bot.start()
|
||||
Reference in New Issue
Block a user