Added re import
This commit is contained in:
13
Music-Bot.py
13
Music-Bot.py
@@ -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('')
|
||||
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user