commit de test
This commit is contained in:
parent
e20a843e49
commit
3f1d2b3cea
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue