Add message for original post

This commit is contained in:
2026-02-19 14:32:33 +01:00
parent 20b6c11b19
commit bb1dd66833

View File

@@ -82,7 +82,7 @@ async def post_reddit():
try: try:
channel = await bot.fetch_channel(int(channel_id)) channel = await bot.fetch_channel(int(channel_id))
if channel: if channel:
await channel.send(f"{title}\n{image_url}") await channel.send(f"{title}\nOriginal post: {image_url}")
else: else:
print(f"Channel {channel_id} not found for guild {guild_id}") print(f"Channel {channel_id} not found for guild {guild_id}")
except Exception as e: except Exception as e: