yolkbot 1.1.5 → 1.1.7
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 +9 -19
- package/browser/build/global.js +1 -1
- package/browser/build/module.js +1 -1
- package/dist/bot.js +1 -1
- package/dist/matchmaker.js +1 -1
- package/dist/types/bot.d.ts +2 -1
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/yolkorg/yolkdoc/master/img/logo-light.png">
|
|
5
5
|
<img src="https://raw.githubusercontent.com/yolkorg/yolkdoc/master/img/logo-light.png" width="60%">
|
|
6
6
|
</picture>
|
|
7
|
-
<h3>
|
|
7
|
+
<h3>a quick, fast, multipurpose, & always working shell shockers bot library!</h3>
|
|
8
8
|
<p>
|
|
9
9
|
<a href='https://github.com/yolkorg/yolkbot'>github</a> |
|
|
10
|
-
<a href='https://yolkbot.xyz'>documentation</a> |
|
|
10
|
+
<a href='https://docs.yolkbot.xyz'>documentation</a> |
|
|
11
11
|
<a href='https://npmjs.com/yolkbot'>npm</a> |
|
|
12
12
|
<a href='https://discord.gg/VUVRmmCXzN'>discord</a>
|
|
13
13
|
</p>
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
|
|
16
16
|
<br>
|
|
17
17
|
|
|
18
|
-
<h3 align='center'>
|
|
18
|
+
<h3 align='center'>getting started</h3>
|
|
19
19
|
<p align='center'>
|
|
20
|
-
|
|
21
|
-
you
|
|
22
|
-
|
|
20
|
+
to get started with yolkbot, read our <a href="https://docs.yolkbot.xyz">documentation</a>.<br>
|
|
21
|
+
if you ever get confused, you can join our <a href="https://discord.gg/VUVRmmCXzN">discord server</a>!<br>
|
|
22
|
+
simple yolkbots can be made in 10 lines...what will you make?<br>
|
|
23
23
|
</p>
|
|
24
24
|
|
|
25
25
|
<br>
|
|
@@ -27,16 +27,6 @@
|
|
|
27
27
|
<h3 align='center'>credits</h3>
|
|
28
28
|
|
|
29
29
|
<p align='center'>
|
|
30
|
-
|
|
31
|
-
special thanks to <a href='https://
|
|
32
|
-
</p>
|
|
33
|
-
|
|
34
|
-
<br>
|
|
35
|
-
|
|
36
|
-
<h3 align='center'>dmca disclaimer</h3>
|
|
37
|
-
|
|
38
|
-
<p align='center'>
|
|
39
|
-
parts of this repository are JSON files that come from data contained in Shell Shockers. <br>
|
|
40
|
-
per <a href='https://www.copyright.gov/reports/studies/dmca/sec-104-report-vol-1.pdf'>section 117 of the DMCA</a>, this repository is an archive and should not be subject to takedown. <br>
|
|
41
|
-
a false DMCA is considered illegal.
|
|
42
|
-
</p>
|
|
30
|
+
yolkbot is maintained with ❤️ by <a href='https://github.com/villainsrule'>1ust</a><br>
|
|
31
|
+
special thanks to <a href='https://github.com/zastlx'>zastix</a> for contributions & emotional support
|
|
32
|
+
</p>
|