soundcord 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 +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -135,6 +135,18 @@ try {
135
135
  }
136
136
  ```
137
137
 
138
+ ## Disclaimer
139
+
140
+ This library is provided for **educational and personal use only**.
141
+
142
+ By using this software, you agree to:
143
+ - Comply with YouTube's [Terms of Service](https://www.youtube.com/t/terms)
144
+ - Use the library responsibly and ethically
145
+ - Not use it for commercial purposes without proper licensing
146
+ - Respect copyright and intellectual property rights
147
+
148
+ The authors are not responsible for any misuse of this library or any violations of third-party terms of service. Downloading or streaming copyrighted content without permission may be illegal in your jurisdiction.
149
+
138
150
  ## License
139
151
 
140
152
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soundcord",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Simple YouTube audio streaming for Discord bots",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",