From d38d93e8cbc6fd0e48168681fa503065e82735ec Mon Sep 17 00:00:00 2001 From: Lukas Blacha Date: Sat, 11 Feb 2023 01:32:33 +0100 Subject: [PATCH] Added re import --- Music-Bot.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Music-Bot.py b/Music-Bot.py index d3817c4..82cff56 100644 --- a/Music-Bot.py +++ b/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('') """