You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I can play music from cdn.discordapp.com and other pages, which I do not want people to use, and there should be a way to select which sources are allowed on the bot.
What is your ideal solution to the problem?
Add a way to disable certain sources inside of the config.json file.
There should be a list of all supported sources, with true or false, for example:
youtube=true
soundcloud=true
twitch=true
local=false
http=false
How would this feature be used?
Go into the config.json file
In the list of sources, enable the ones you want with true, and disable the ones you don't with false.
Additional Info
Writing this, because I'm worried about IP addresses being leaked, when requesting the bot to play a HTTP URL stream.
Checklist
I have checked the documentation to make sure this feature doesn't already exist
Is your feature request related to a problem? Please describe.
I can play music from cdn.discordapp.com and other pages, which I do not want people to use, and there should be a way to select which sources are allowed on the bot.
What is your ideal solution to the problem?
Add a way to disable certain sources inside of the config.json file.
There should be a list of all supported sources, with true or false, for example:
youtube=true
soundcloud=true
twitch=true
local=false
http=false
How would this feature be used?
Additional Info
Writing this, because I'm worried about IP addresses being leaked, when requesting the bot to play a HTTP URL stream.
Checklist
The text was updated successfully, but these errors were encountered: