Discord webhook helpers
Find a file
2023-07-27 11:16:29 -04:00
src update docs 2023-07-27 11:15:57 -04:00
discordhook.nimble add lock and deps 2023-07-27 11:06:36 -04:00
LICENSE add files 2023-07-27 11:05:21 -04:00
nimble.lock add lock and deps 2023-07-27 11:06:36 -04:00
README.org forgot the url field 2023-07-27 11:16:29 -04:00

README

Discord Hooks

This is a simple library for sending webhooks to a discord server.

usage

Here is an example creating a webook

import discordhook
# Create the webhook
let hook = Webhook(content: "Hello world!", url: "webhook url")
# Send it
hook.send()