Splamy/TS3AudioBot

About omitting the local music path

ctt-t opened this issue · 2 comments

ctt-t commented

I added some music locally, but if I chat with the bot to change the song needs to be sent! Play C: / Users/Administrator/Desktop/music /. Mp3, is there can omit the path way

You can change that via a command: !settings global set factories.media.path C:/Users/Administrator/Desktop/music

Or in the ts3audiobot.toml in this paragraph:

[factories]
#The default path to look for local resources.
media = { path = "C:/Users/Administrator/Desktop/music" }
ctt-t commented

thank you