From 46bbdd030e4d136e0fb6a8d08510d3a8e4cb224e Mon Sep 17 00:00:00 2001 From: Wizzard Date: Mon, 5 Feb 2024 00:08:29 -0500 Subject: [PATCH] Update download message --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 20e6736..6882488 100644 --- a/main.py +++ b/main.py @@ -46,7 +46,7 @@ async def check_new_videos(): ydl.download([video_url]) add_downloaded_video(video_id) channel = bot.get_channel(int(DISCORD_CHANNEL_ID)) - await channel.send(f"everyone New video uploaded and downloaded: {video_url}") + await channel.send(f"@everyone New tard video dropped and has been archived: {video_url}") @bot.event async def on_ready():