yolkbot 0.1.2-alpha.30 → 0.1.2-alpha.31
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 +8 -0
- package/browser/build/global.js +1 -1
- package/browser/build/module.js +1 -1
- package/package.json +1 -1
- package/src/api.js +2 -2
- package/src/bot.js +4 -4
- package/src/constants/changelog.js +19 -0
- package/src/constants/housePromo.js +727 -0
- package/src/constants/language.js +1669 -0
- package/src/constants/shellNews.js +59 -0
- package/src/constants/shellYoutube.js +93 -0
- package/src/constants/shopItems.js +2032 -0
- package/src/constants/sounds.js +1160 -0
package/README.md
CHANGED
|
@@ -26,3 +26,11 @@
|
|
|
26
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>
|
|
29
|
+
|
|
30
|
+
<h3 align='center'>important: dmca</h3>
|
|
31
|
+
|
|
32
|
+
<p align='center'>
|
|
33
|
+
parts of this repository are JSON files that come from data contained in Shell Shockers. <br>
|
|
34
|
+
per <a href='https://www.copyright.gov/reports/studies/dmca/sec-104-report-vol-1.pdf'>section 117 of the DMCA</a>, this repository exists for archival purposes and should not be subject to any takedowns. <br>
|
|
35
|
+
a false DMCA is considered illegal.
|
|
36
|
+
</p>
|