File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
src/data/plugins/discord-webhook Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1111- Automation
1212- Social Media
1313---
14+
15+ ## Usage
16+
17+ * Note: This "guide" assumes that your action keyword is "dischook"*
18+
19+ ### Sending a message to a url
20+
21+ ```
22+ dischook <url> <message>
23+ ```
24+
25+ ### Adding a url as a preset
26+
27+ * Note: This result will only appear if the preset keyword does not contain any spaces*
28+
29+ ```
30+ dischook <url> <preset keyword>
31+ ```
32+
33+ ### Sending a message to a preset
34+
35+ ```
36+ dischook <preset keyword> <message>
37+ ```
38+
39+ ### Display all presets
40+
41+ ```
42+ dischook
43+ ```
44+
45+ ### Deleting a preset
46+
47+ Find the result for the preset you want to delete, and press the ` Remove Webhook ` button in the result's context menu
48+
49+ ```
50+ dischook
51+ ```
You can’t perform that action at this time.
0 commit comments