Discord reports enabled but webhook not setup
Hello can some one help me i am setting up this to report to my discord but keep getting

[Arkan] Error: Discord reports enabled but webhook not setup!

i did put my hook url in the config do you think its because the channel is private ?

In Arkan 1.0.10, there is an error in the message text on line 537-538. Try changing the code on this line.
Instead:
if (DiscordReportEnabled && DiscordMessages == null)
PrintWarning (Lang ("DiscordWarning1", null));​

Replace with:
if (DiscordReportEnabled && DiscordMessages == null)
PrintWarning (Lang ("DiscordWarning2", null));​


If the error in the console changes to "Error: Discord reports enabled but plugin DiscordMessages not loaded!", check that at least one of the functions(BanSettings, ReportSettings, MessageSettings, TextToSpeech, MuteSettings) is enabled in the DiscordMessages.
Yes getting that Error: Discord reports enabled but plugin DiscordMessages not loaded! but i can not any of them setting in my discord :(

Merged post

its ok i worked it out thank you for your help :)