revbot.js 0.0.14 → 0.0.15-build-test-1
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.cjs +2 -1
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -0
- package/package.json +14 -4
package/dist/index.js
CHANGED
|
@@ -3161,7 +3161,7 @@ import { EventEmitter } from "node:events";
|
|
|
3161
3161
|
import { AxiosError } from "axios";
|
|
3162
3162
|
|
|
3163
3163
|
// package.json
|
|
3164
|
-
var version = "0.0.
|
|
3164
|
+
var version = "0.0.15-build-test";
|
|
3165
3165
|
|
|
3166
3166
|
// src/rest/restUtils/rateLimitQueue.ts
|
|
3167
3167
|
import axios3 from "axios";
|
|
@@ -4504,3 +4504,4 @@ export {
|
|
|
4504
4504
|
client2 as client,
|
|
4505
4505
|
wsUrl
|
|
4506
4506
|
};
|
|
4507
|
+
//# sourceMappingURL=index.js.map
|