From ab03ebb4da6cfa34e2c7df5a4a03f28ce00bccce Mon Sep 17 00:00:00 2001 From: Lukas Blacha Date: Sat, 11 Feb 2023 01:49:03 +0100 Subject: [PATCH] Still fixing the reactions --- Music-Bot.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Music-Bot.py b/Music-Bot.py index 82cff56..48e8ab7 100644 --- a/Music-Bot.py +++ b/Music-Bot.py @@ -252,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('🔗') - await msg.add_reaction('') - await msg.add_reaction('') - await msg.add_reaction('') - await msg.add_reaction('') - await msg.add_reaction('') + await msg.add_reaction('1️') + #await msg.add_reaction('') + #await msg.add_reaction('') + #await msg.add_reaction('') + #await msg.add_reaction('') + #await msg.add_reaction('') """