ErdbeerbaerLP / DiscordIntegration-Forge

Forge version of the Discord Integration mod
https://modrinth.com/plugin/dcintegration
MIT License
100 stars 55 forks source link

[BUG] Bot wont go online and now mod crashes my server #270

Closed leonx132 closed 3 years ago

leonx132 commented 3 years ago

What happened?

Version

Platform

Mod version:

Config file & Crash report Config and crash report .zip

ErdbeerbaerLP commented 3 years ago

Just looked at it and found the issue

Your line: notWhitelisted = "§cYou are not whitelisted.\nJoin the discord server for more information\https://discord.gg/tgmvRMAfV7"

Fixed config entry: notWhitelisted = "§cYou are not whitelisted.\nJoin the discord server for more information\nhttps://discord.gg/tgmvRMAfV7"

(you missed the 'n' of '\n')