From 3f1d2b3ceacf7dc7d61c3913833f43f67fbb2bf0 Mon Sep 17 00:00:00 2001 From: BFlow Date: Fri, 15 Nov 2019 21:40:25 +0100 Subject: [PATCH] commit de test --- kabot/kabot/kabot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 7fe7b37..b0ebea1 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -179,7 +179,7 @@ def main(): response = random.choice(lines).replace(str(bot.user.id), str(message.author.id)) await message.channel.send(response) await bot.process_commands(message) - + @bot.event async def on_voice_state_update(member,before,after): if before.channel is None and after.channel: @@ -197,5 +197,6 @@ def main(): if __name__ == "__main__": + # TEST main()