Dedicate condo Discord monitoring

This can of course be done with a python bot reading the output log file, but I think it’d be a cool thing to add in as you’re flushing dedicated condos out more to have just built in. Just a simple feed that sends select lines of the output to a Discord channel for 24/7 monitoring.

Compared to the game, it’d be pretty simple for you to do, but would add extra built in value if the dedi server had the capability out of the box where you could just make a bot, grab the bot token and off you go.

Would have basic settings in the .ini file

Example:

[Discord]
UseDiscordBot=True/False
DiscordBotToken=<bot token>
DiscordChannel=<Discord Channel ID>
ShowJoinQuit=True/False
ShowChat-True/False
ShowErrors=True/False

Bonus points if you allows us to customize the outputs, but that would be more involved code wise, a simple relay feed is plenty, at least for a first version.