Added re import

This commit is contained in:
Lukas Blacha
2023-02-11 01:32:33 +01:00
parent c940d735d2
commit d38d93e8cb

View File

@@ -1,6 +1,5 @@
import asyncio
import re
from pytube import YouTube
import aiohttp
import yt_dlp
@@ -253,12 +252,12 @@ else:
print(url)
await ctx.respond(f"{success}**A short selection of videos will be displayed shortly...**")
msg = await ctx.send(embed=embed)
await msg.add_reaction(discord.PartialEmoji(name='one'))
await msg.add_reaction('1')
await msg.add_reaction('2')
await msg.add_reaction('3')
await msg.add_reaction('4')
await msg.add_reaction('5')
await msg.add_reaction('🔗')
await msg.add_reaction('')
await msg.add_reaction('')
await msg.add_reaction('')
await msg.add_reaction('')
await msg.add_reaction('')
"""