Hey,
Nice Mod, exactly what I need. But one thing. It unfortunately not work.
I've got installed all requirements. But when I do the /auth Process my Group doesn't get assigned.
I give on by my Config (BOT-Token censored)
{
"Discord Bot Token": "xxxxxxxxxxxxXXXXXXXXXXXXX.XXXxxx.XXxXxXxXxXxXx-XxXxXxXxXxXXxx",
"Role Setup": [
{
"OxideGroup": "default",
"DiscordRole": "Member"
},
{
"OxideGroup": "vip",
"DiscordRole": "VIP"
},
{
"OxideGroup": "moderator",
"DiscordRole": "Moderator"
},
{
"OxideGroup": "admin",
"DiscordRole": "Admin"
},
{
"OxideGroup": "owner",
"DiscordRole": "Owner"
}
]
}Thanks in advance