fix a typo
This commit is contained in:
parent
973d10aa2a
commit
66a7f5f3bc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ async def now(ctx):
|
||||||
playhead = await query_playhead()
|
playhead = await query_playhead()
|
||||||
stream_name = playhead['name']
|
stream_name = playhead['name']
|
||||||
stream_prio = playhead['prio']
|
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')
|
@bot.command(name='rec', help='Start the recorder')
|
||||||
@has_role(boss_role_name)
|
@has_role(boss_role_name)
|
||||||
|
|
Loading…
Add table
Reference in a new issue