url command

This commit is contained in:
2025-03-08 18:32:00 -07:00
parent 7a307f6a6d
commit fe78ca8841

View File

@@ -81,6 +81,10 @@ async def play(ctx: commands.Context, url: str):
add_to_queue(url) add_to_queue(url)
handle_new_song_on_queue() handle_new_song_on_queue()
@bot.command(name="url")
async def url(ctx: commands.Context):
await ctx.send("http://server.alexmickelson.guru:5677/")
@bot.command(pass_context=True) @bot.command(pass_context=True)
async def stop(ctx: commands.Context): async def stop(ctx: commands.Context):
voice_client = get_voice_client() voice_client = get_voice_client()