1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Remoe the colour formatting from errors

This commit is contained in:
Phxntxm 2017-05-19 21:28:35 -05:00
parent 4178298065
commit ce6b831b93

View file

@ -368,6 +368,8 @@ class Music:
# The 2nd is the new line
# We want youtube_dl's error message, but just the first part, the actual "error"
error = e.message.split('\n')[2]
# This is colour formatting for the console...it's just going to show up as text on discord
error = error.strip("ERROR: ")
await ctx.send(error)
else:
try: