azlux / botamusique

Bot to play youtube / soundcloud / radio / local music on Mumble (using pymumble).
MIT License
311 stars 77 forks source link

using os.path.split() instead of regex #375

Closed duarm closed 11 months ago

duarm commented 11 months ago

using os.path.split() instead of regex, and os.path.join() instead of concatenating the strings. Should handle path separators on both windows and unixes. Might fix #371