PadWorld-Entertainment / worldofpadman

World of PADMAN game repository
https://worldofpadman.net
Other
38 stars 8 forks source link

DISCORD: added discord support for servers via webhook #214

Closed mgerhardy closed 9 months ago

mgerhardy commented 9 months ago

this allows us to publish messages from a game server to discord if the cvar discord_webhook_url is set properly

a new automated tests framework was added, too

the discord requests are made with a more general http request interface and could get used for other stuff, too (e.g. mod.io).