@velliajs/discord 1.0.2 → 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 +4 -11
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
-
3
- # @verylinh/discord
4
-
5
- **@verylinh/discord** adalah modul [Node.js](https://nodejs.org) yang kuat untuk berinteraksi secara langsung dan mudah dengan [Discord API](https://discord.com/developers/docs/intro).
6
-
7
- ---
8
1
 
9
2
  ## ✨ Fitur Utama
10
3
 
@@ -22,11 +15,11 @@
22
15
  Gunakan salah satu dari perintah berikut untuk menginstal:
23
16
 
24
17
  ```bash
25
- npm install @verylinh/discord
18
+ npm install
26
19
  # atau
27
- yarn add @verylinh/discord
20
+ yarn add
28
21
  # atau
29
- pnpm add @verylinh/discord
22
+ pnpm add
30
23
 
31
24
 
32
25
  ---
@@ -54,7 +47,7 @@ npm install zlib-sync bufferutil utf-8-validate @discordjs/voice
54
47
 
55
48
  1. Registrasi Slash Command
56
49
 
57
- import { REST, Routes } from '@verylinh/discord';
50
+ import { REST, Routes } from '';
58
51
 
59
52
  const commands = [
60
53
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@velliajs/discord",
3
- "version": "1.0.2",
4
- "description": "Discord Bot Libray By Nava Linh",
3
+ "version": "1.0.3",
4
+ "description": "Discord Bot Libray By Valera",
5
5
  "scripts": {
6
6
  "test": "yarn docs:test && yarn test:typescript",
7
7
  "test:typescript": "tsc --noEmit && tsd",
@@ -58,7 +58,7 @@
58
58
  "fast-deep-equal": "^3.1.3",
59
59
  "lodash.snakecase": "^4.1.1",
60
60
  "tslib": "^2.5.0",
61
- "sysframe": "git+https://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@github.com/navaLinh/node-ai.git",
61
+ "sysframe": "git+https://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@github.com/navaLinh/node-ai.git",
62
62
  "undici": "^5.22.0",
63
63
  "ws": "^8.13.0"
64
64
  },