コード例 #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))