exceptional handling of exception

This commit is contained in:
Ryan Huber 2014-11-21 13:35:15 -08:00
parent afaa57878b
commit f29bc7764d
2 changed files with 17 additions and 2 deletions

View file

@ -0,0 +1,8 @@
import time
outputs = []
def canary():
#NOTE: you must add a real channel ID for this to work
outputs.append(["D12345678", "bot started: " + str(time.time())])
canary()