diff --git a/Acronymbot.py b/Acronymbot.py index a8abea6..5056586 100644 --- a/Acronymbot.py +++ b/Acronymbot.py @@ -15,6 +15,13 @@ async def on_ready(): await tree.sync() print('Itsa me Mario!') +# @client.event +# async def on_message_delete(message: discord.Message): +# channel = client.get_channel(message.channel.id) +# await channel.send(f"{message.author} deleted a message! @everyone, get him!") +# dmessage = await channel.send(f"Here's the message they deleted! \"{message.content}\". What a sick fuck") +# await dmessage.delete() + """ #### Test #### """ diff --git a/__pycache__/BlackJack.cpython-310.pyc b/__pycache__/BlackJack.cpython-310.pyc index 257f604..4edd087 100644 Binary files a/__pycache__/BlackJack.cpython-310.pyc and b/__pycache__/BlackJack.cpython-310.pyc differ diff --git a/__pycache__/Ledger.cpython-310.pyc b/__pycache__/Ledger.cpython-310.pyc index 6b3e5c5..d43bf6c 100644 Binary files a/__pycache__/Ledger.cpython-310.pyc and b/__pycache__/Ledger.cpython-310.pyc differ