0.1
Browse files
app.py
CHANGED
@@ -40,11 +40,7 @@ class MyClient(discord.Client):
|
|
40 |
else:
|
41 |
await message.channel.send("No attachments to be found...Can't animify dat! Try sending me an image π")
|
42 |
|
43 |
-
|
44 |
-
async def on_message_delete(self, message):
|
45 |
-
# replace CHANNEL_ID with specific channel we want to use
|
46 |
-
if message.channel.id == 1100458786826747945:
|
47 |
-
print(f'Message deleted in channel {message.channel}: {message.content}')
|
48 |
|
49 |
DISCORD_TOKEN = os.environ.get("GRADIOTEST_TOKEN", None)
|
50 |
intents = discord.Intents.default()
|
|
|
40 |
else:
|
41 |
await message.channel.send("No attachments to be found...Can't animify dat! Try sending me an image π")
|
42 |
|
43 |
+
|
|
|
|
|
|
|
|
|
44 |
|
45 |
DISCORD_TOKEN = os.environ.get("GRADIOTEST_TOKEN", None)
|
46 |
intents = discord.Intents.default()
|