guilds.js 0.0.2 → 0.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.
- package/README.md +7 -2
- package/package.json +2 -3
- package/public/logo.png +0 -0
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img
|
|
2
|
+
<img
|
|
3
|
+
alt="guilds.js Logo"
|
|
4
|
+
width="85"
|
|
5
|
+
src="https://cdn.discordapp.com/attachments/1025091872198250597/1475481054004646100/guildslogo1.png?ex=699da450&is=699c52d0&hm=57ded16ddbafe1b094a44e78b1ae5ea2e3c647bd2b830c44354b6e11e6ecf0c5&"
|
|
6
|
+
/>
|
|
3
7
|
</p>
|
|
4
8
|
|
|
5
9
|
<div align="center">
|
|
@@ -32,7 +36,8 @@ const client = new Client({
|
|
|
32
36
|
token: "bot token",
|
|
33
37
|
|
|
34
38
|
// client intents (as a number)
|
|
35
|
-
|
|
39
|
+
// example (guilds, guild messages, guild members):
|
|
40
|
+
intents: 515,
|
|
36
41
|
});
|
|
37
42
|
|
|
38
43
|
client.once("ready", () => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "guilds.js",
|
|
3
3
|
"description": "Interact with Discord's API with ease",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"exports": {
|
|
7
7
|
"default": "./dist/index.cjs",
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
"dist",
|
|
24
24
|
"LICENSE",
|
|
25
25
|
"package.json",
|
|
26
|
-
"public/logo.png",
|
|
27
26
|
"README.md"
|
|
28
27
|
],
|
|
29
28
|
"keywords": [
|
|
@@ -47,7 +46,7 @@
|
|
|
47
46
|
},
|
|
48
47
|
"repository": {
|
|
49
48
|
"type": "git",
|
|
50
|
-
"url": "https://github.com/andrewdku/guilds"
|
|
49
|
+
"url": "https://github.com/andrewdku/guilds.js"
|
|
51
50
|
},
|
|
52
51
|
"publishConfig": {
|
|
53
52
|
"access": "public"
|
package/public/logo.png
DELETED
|
Binary file
|