Fixed Reactions
This commit is contained in:
10
Music-Bot.py
10
Music-Bot.py
@@ -2,7 +2,6 @@ import asyncio
|
|||||||
import re
|
import re
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
from pytube import YouTube
|
from pytube import YouTube
|
||||||
|
|
||||||
import aiohttp
|
import aiohttp
|
||||||
import yt_dlp
|
import yt_dlp
|
||||||
import discord
|
import discord
|
||||||
@@ -255,10 +254,11 @@ else:
|
|||||||
await ctx.respond(f"{success}**A short selection of videos will be displayed shortly...**")
|
await ctx.respond(f"{success}**A short selection of videos will be displayed shortly...**")
|
||||||
msg = await ctx.send(embed=embed)
|
msg = await ctx.send(embed=embed)
|
||||||
await msg.add_reaction(discord.PartialEmoji(name='one'))
|
await msg.add_reaction(discord.PartialEmoji(name='one'))
|
||||||
await msg.add_reaction('')
|
await msg.add_reaction('1️⃣')
|
||||||
await msg.add_reaction('three')
|
await msg.add_reaction('2️⃣')
|
||||||
await msg.add_reaction('four')
|
await msg.add_reaction('3️⃣')
|
||||||
await msg.add_reaction('five')
|
await msg.add_reaction('4️⃣')
|
||||||
|
await msg.add_reaction('5️⃣')
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user