git://git.furryclan.net
/
furrycat
/
catbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67387dc
)
Some test code leaked.
author
CMDR furrycat
<elite@furrycat.net>
Mon, 6 Mar 2017 14:46:49 +0000
(14:46 +0000)
committer
CMDR furrycat
<elite@furrycat.net>
Mon, 6 Mar 2017 14:46:49 +0000
(14:46 +0000)
app.py
patch
|
blob
|
history
diff --git
a/app.py
b/app.py
index
8373a85
..
96a664c
100644
(file)
--- a/
app.py
+++ b/
app.py
@@
-157,7
+157,7
@@
async def do_commands(message, command, raw, non_admin):
elif command == 'time':
# time
- await bot.say(message.channel, bot.iso8601(int(time.time()))
, embed = embed
)
+ await bot.say(message.channel, bot.iso8601(int(time.time())))
await bot.maybe_play_sound(bot.voice_channel_for_user(message.author), 'purr.wav', join = False)
return