Skip to content

steakteam/CHDiscordWebhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CHDiscordWebhook

CommandHelper class for Discord Webhooks

Example

/webhooktest = >>>
	include('includes/discord_webhook.ms')
  @url = "https://ptb.discordapp.com/api/webhooks/token"
	@attachment = _webhook_json_attachment(
		"CHDiscordWebhook",
		array(array('title':'CHDiscordWebhook Attachments', 'value':'Attachments!')),
		"",
		"#333333"
	)
	@json = _webhook_json(
		"Test",
		"CHDiscordWebhook",
		"",
		array(@attachment)
	)
	_discord_webhook(@url, @json)
<<<

About

CommandHelper class for Discord Webhooks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors