So i am currently using mumble voip and rp-radio by frazzle, but i have seen that other servers managed to get the discord nickname in the radio list: this is the radiolist that i am talking about:
this is how it should look like
could someone send me a snippet, i need to put this in the mumble-voip server side script.
[EDIT]
I found out how this works, in mumble-voip > server.lua > replace GetRandomPhoneticLetter() … “-” … source, with exports.Badger_Discord_API:GetDiscordNickname(source),
You need to have Badger_Discord_API setup and configured for this to work.