novaapp-sdk 1.3.0 → 1.3.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/README.md +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ await client.commands.setSlash([
|
|
|
38
38
|
| Option | Type | Default | Description |
|
|
39
39
|
|---|---|---|---|
|
|
40
40
|
| `token` | `string` | **required** | Your bot token (`nova_bot_...`) |
|
|
41
|
-
| `baseUrl` | `string` | `https://
|
|
41
|
+
| `baseUrl` | `string` | `https://novachatapp.com` | Override for self-hosted deployments |
|
|
42
42
|
|
|
43
43
|
## API Reference
|
|
44
44
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "novaapp-sdk",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Official SDK for building bots on the Nova platform",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
"nova",
|
|
26
26
|
"bot",
|
|
27
27
|
"sdk",
|
|
28
|
-
"discord-like",
|
|
29
28
|
"chat"
|
|
30
29
|
],
|
|
31
30
|
"author": "Nova",
|