discord-flow 1.0.1 → 1.0.3

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/README.md +0 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -42,10 +42,6 @@ createServer({
42
42
  }).start();
43
43
  ```
44
44
 
45
- ## Documentation
46
-
47
- Visit [discord-flow.dev](https://discord-flow.dev) for full documentation.
48
-
49
45
  ## Packages
50
46
 
51
47
  This is a monorepo containing:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discord-flow",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "State-driven framework for Discord bots using HTTP Interactions API",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -44,4 +44,4 @@
44
44
  "bugs": {
45
45
  "url": "https://github.com/discord-flow/discord-flow/issues"
46
46
  }
47
- }
47
+ }