Hey so the mod is great but is there any way for it to still allow the auth to go through and still notify an admin.
Also i have it up and the Discord.cs plugin. I have it tied to a basic music bot and it still wont push the message
:(
Merged post
Also i found the issue with it not posting to discord
if (Configuration.SendToDiscord && Discord)
{
Discord.CallHook("Send Message", Lang("discordMessage")
.Replace("{player}", player.displayName)
There shouldnt be a space in Send Message
Also i have it up and the Discord.cs plugin. I have it tied to a basic music bot and it still wont push the message
:(
Merged post
Also i found the issue with it not posting to discord
if (Configuration.SendToDiscord && Discord)
{
Discord.CallHook("Send Message", Lang("discordMessage")
.Replace("{player}", player.displayName)
There shouldnt be a space in Send Message