yolkbot 0.1.1-alpha.40 → 0.1.1-alpha.41
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 +2 -2
- package/package.json +6 -8
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<h1>yolkbot</h1>
|
|
3
3
|
<h3>creating bots in 10 lines since 2025</h3>
|
|
4
4
|
<p>
|
|
5
|
-
<a href='https://github.com/
|
|
5
|
+
<a href='https://github.com/yolkorg/yolkbot'>github</a> |
|
|
6
6
|
<a href='https://yolkbot.villainsrule.xyz'>documentation</a> |
|
|
7
7
|
<a href='https://npmjs.com/yolkbot'>npm</a> |
|
|
8
8
|
<a href='https://discord.gg/gYugVUCaMr'>discord</a>
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
<h3 align='center'>credits</h3>
|
|
24
24
|
|
|
25
25
|
<p align='center'>
|
|
26
|
-
this
|
|
26
|
+
this codebase was written by <a href='https://github.com/villainsrule'>1ust</a> with large contributions from <a href='https://github.com/enbyte'>hijinks</a> :trollface: <br>
|
|
27
27
|
special thanks to BWD for leaking the source, which made development 100x easier ❤️
|
|
28
28
|
</p>
|
package/package.json
CHANGED
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yolkbot",
|
|
3
3
|
"description": "create a shell shockers (self) bot in under 10 lines.",
|
|
4
|
-
"version": "0.1.1-alpha.
|
|
4
|
+
"version": "0.1.1-alpha.41",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"shell shockers",
|
|
7
7
|
"shellshock.io",
|
|
8
8
|
"blue wizard",
|
|
9
9
|
"yolkbot"
|
|
10
10
|
],
|
|
11
|
-
"homepage": "https://github.com/
|
|
11
|
+
"homepage": "https://github.com/yolkorg/yolkbot#readme",
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/
|
|
13
|
+
"url": "https://github.com/yolkorg/yolkbot/issues"
|
|
14
14
|
},
|
|
15
|
-
"author": "
|
|
16
|
-
"contributors": [
|
|
17
|
-
"1ust"
|
|
18
|
-
],
|
|
15
|
+
"author": "1ust",
|
|
16
|
+
"contributors": ["hijinks"],
|
|
19
17
|
"repository": {
|
|
20
18
|
"type": "git",
|
|
21
|
-
"url": "git+https://github.com/
|
|
19
|
+
"url": "git+https://github.com/yolkorg/yolkbot.git"
|
|
22
20
|
},
|
|
23
21
|
"type": "module",
|
|
24
22
|
"files": [
|