View Single Post
MAGNAT2645
Senior Member
Join Date: Nov 2015
Location: AlliedMods.net
Old 07-11-2021 , 18:41   Re: [ANY] Plugin Updates Checker (1.0) [11-Jul-2021]
Reply With Quote #5

Quote:
Originally Posted by Silvers View Post
How do you want this to interact with discord? Which plugin/extension? Unlikely to add as I've never worked with any discord APIs.
You can use Discord/Slack API as optional plugin (there are some examples like modules) and create a key for discord.cfg:
Code:
	"sm_updates" // sample name
	{
		"url"	 "WEBHOOK URL"
	}
Then you can use its native:
Code:
Discord_SendMessage( "sm_updates", message ); // message should be JSON-formatted but there's an autoformat feature (as said in plugin post)
__________________

Last edited by MAGNAT2645; 07-15-2021 at 06:15.
MAGNAT2645 is offline