Skip to content
Permalink
Browse files
Update discord.py
  • Loading branch information
varapnicks committed Nov 21, 2021
1 parent 6606092 commit ee6ed099a86653b15a343313730d96a1df3ff806
Showing 1 changed file with 0 additions and 8 deletions.
@@ -21,14 +21,6 @@ async def on_message(message):
await message.channel.send("Hi, I am a Movie Chat bot. It is very nice to see you!")


@client.event
async def on_message_edit(before, after):
await before.channel.send(
f'{before.author} edit a message.\n'
f'Before: {before.content}\n'
f'After: {after.content}'
)



@client.event

0 comments on commit ee6ed09

Please sign in to comment.