revbot.js 0.1.3 → 0.1.4
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3243,7 +3243,7 @@ var import_node_events = require("events");
|
|
|
3243
3243
|
var import_axios4 = require("axios");
|
|
3244
3244
|
|
|
3245
3245
|
// package.json
|
|
3246
|
-
var version = "0.1.
|
|
3246
|
+
var version = "0.1.4";
|
|
3247
3247
|
|
|
3248
3248
|
// src/rest/restUtils/rateLimitQueue.ts
|
|
3249
3249
|
var import_axios3 = __toESM(require("axios"));
|
|
@@ -4175,7 +4175,7 @@ var ClientUser = class extends User {
|
|
|
4175
4175
|
setStatus(text, presence) {
|
|
4176
4176
|
return __async(this, null, function* () {
|
|
4177
4177
|
var _a, _b, _c;
|
|
4178
|
-
if (typeof text === "string" && text in Status) {
|
|
4178
|
+
if (typeof text === "string" && text in Status && !presence) {
|
|
4179
4179
|
presence = text;
|
|
4180
4180
|
text = void 0;
|
|
4181
4181
|
}
|