예제 #1
0
파일: jokes.py 프로젝트: 0x27/redalert
 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))
예제 #2
0
파일: jokes.py 프로젝트: 5l1v3r1/redalert-1
 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))