aboutsummaryrefslogtreecommitdiffstats
path: root/discord/README.md
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2025-10-16 00:35:52 -0400
committermjfernez <mjf@mjfer.net>2025-10-16 00:35:52 -0400
commitbe71e00d990211292e1fb1508de2f48ab414f8a8 (patch)
tree7c63d665b0c722b7860ca2c48be91e99916c954a /discord/README.md
parent2f463d02d70445f45a20f04787578ac937a6a4de (diff)
downloadscripts-n-tools-be71e00d990211292e1fb1508de2f48ab414f8a8.tar.gz
Add fixed AD scripts and discord stuff
Diffstat (limited to 'discord/README.md')
-rw-r--r--discord/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/discord/README.md b/discord/README.md
new file mode 100644
index 0000000..189bf7d
--- /dev/null
+++ b/discord/README.md
@@ -0,0 +1,10 @@
+Adapted from past discord alerts
+
+Example usage
+```bash
+$ echo "Test Alert!" | python discord_alert.py https://url
+```
+
+https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
+
+Be sure to keep your discord webhook private!