dschook 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +2 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -15,7 +15,7 @@ pnpm install dschook # or npm, bun, ...
|
|
|
15
15
|
Use:
|
|
16
16
|
|
|
17
17
|
```js
|
|
18
|
-
import { Webhook } from "
|
|
18
|
+
import { Webhook } from "dschook";
|
|
19
19
|
const hook = new Webhook("https://discord.com/api/webhooks/...");
|
|
20
20
|
```
|
|
21
21
|
|
|
@@ -77,4 +77,4 @@ hook.send({
|
|
|
77
77
|
|
|
78
78
|
PRs welcome!
|
|
79
79
|
- Uploading attachments and/or files
|
|
80
|
-
- Editing and deleting uploaded webhooks
|
|
80
|
+
- Editing and deleting uploaded webhooks
|