Some test code leaked.
authorCMDR furrycat <elite@furrycat.net>
Mon, 6 Mar 2017 14:46:49 +0000 (14:46 +0000)
committerCMDR furrycat <elite@furrycat.net>
Mon, 6 Mar 2017 14:46:49 +0000 (14:46 +0000)
app.py

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