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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dschook",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Convenience library for Discord's Webhook API",
5
5
  "main": "lib/Webhook.js",
6
6
  "files": [
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 "discord-webhook";
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