From 5381bea60b8921369188683aaf7ca81cdf974589 Mon Sep 17 00:00:00 2001 From: CMDR furrycat Date: Mon, 6 Mar 2017 14:46:49 +0000 Subject: [PATCH] Some test code leaked. --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 8373a85..96a664c 100644 --- 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 -- 2.7.4