Add a wait method to the bot
This commit is contained in:
@@ -3,4 +3,7 @@ from sugar.simulator import Bot
|
||||
bot = Bot()
|
||||
bot.name = 'penelope'
|
||||
|
||||
bot.wait(20)
|
||||
bot.share_chat('Nekkhamma')
|
||||
|
||||
bot.start()
|
||||
|
||||
Reference in New Issue
Block a user