fix a typo

This commit is contained in:
deflax 2025-02-08 03:58:21 +00:00
parent 973d10aa2a
commit 66a7f5f3bc

View file

@ -90,7 +90,7 @@ async def now(ctx):
playhead = await query_playhead()
stream_name = playhead['name']
stream_prio = playhead['prio']
await ctx.channel.send(f'Now playing {stream_name})')
await ctx.channel.send(f'Now playing {stream_name}')
@bot.command(name='rec', help='Start the recorder')
@has_role(boss_role_name)