Esempio n. 1
0
 def __run__(self, time):
     if int(time['hour']) % 5 == 0 and time['min'] == '00':
         jokes = ['newword.mp3', 'policechief.mp3']
         Bot.play_sound(ASSETS_FOLDER_PATH + '/sounds/' + random.choice(jokes))
Esempio n. 2
0
 def __run__(self, time):
     if int(time['hour']) % 5 == 0 and time['min'] == '00':
         jokes = ['newword.mp3', 'policechief.mp3']
         Bot.play_sound(ASSETS_FOLDER_PATH + '/sounds/' +
                        random.choice(jokes))