commit de test

This commit is contained in:
BFlow 2019-11-15 21:40:25 +01:00
parent e20a843e49
commit 3f1d2b3cea

View file

@ -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()