refactor(commands/voice): tweak error message

This commit is contained in:
2025-01-06 15:08:57 -05:00
parent 71be016461
commit cf98497c99

View File

@@ -444,7 +444,7 @@ def play_next(message, once=False, first=False):
)
except Exception as e:
client.loop.create_task(
utils.channel_send(message, f"error while trying to play: `{e}`")
utils.channel_send(message, f"**failed to play:** `{e}`")
)
return
client.loop.create_task(