refactor(commands/voice/queue): remove extra bold from queue error
This commit is contained in:
parent
c8c4756cc3
commit
0f5532a14a
@ -159,7 +159,7 @@ async def queue_or_play(message, edited=False):
|
|||||||
)
|
)
|
||||||
player.volume = float(args.volume) / 100.0
|
player.volume = float(args.volume) / 100.0
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
await utils.reply(message, f"**failed to queue:** `{e}`")
|
await utils.reply(message, f"failed to queue: `{e}`")
|
||||||
return
|
return
|
||||||
|
|
||||||
queued = audio.queue.Song(player, message)
|
queued = audio.queue.Song(player, message)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user