@imaentity/selfjs 2.9.10 → 2.9.11

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/changelog.log ADDED
@@ -0,0 +1,5 @@
1
+ V2.9.11
2
+ Added:
3
+ changelog.log
4
+ Changed:
5
+ Client.setStatus now has default params
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imaentity/selfjs",
3
- "version": "2.9.10",
3
+ "version": "2.9.11",
4
4
  "description": "Breaking Discord's TOS to bot user accounts.",
5
5
  "main": "self.js",
6
6
  "repository": {
package/self.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * @name SelfJS
3
3
  * @description Breaking Discord's TOS to bot user accounts.
4
4
  * @author Эмберс
5
- * @version 2.9.10
5
+ * @version 2.9.11
6
6
  */
7
7
 
8
8
  const https = require("https");