Skip to content

Commit 7151c0f

Browse files
authored
Merge pull request #64 from Flow-Launcher/add-discord-webhook-usage-guide
add usage guide to discord-webhook plugin
2 parents aae8444 + 5095f87 commit 7151c0f

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

src/data/plugins/discord-webhook/plugin.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,41 @@ tags:
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+
```

0 commit comments

Comments
 (0)