Update download message

This commit is contained in:
Wizzard 2024-02-05 00:08:29 -05:00
parent a43234532f
commit 46bbdd030e
1 changed files with 1 additions and 1 deletions

View File

@ -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():