revbot.js 0.1.7 → 0.1.8

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.mjs CHANGED
@@ -3199,7 +3199,7 @@ import { EventEmitter } from "node:events";
3199
3199
  import { AxiosError } from "axios";
3200
3200
 
3201
3201
  // package.json
3202
- var version = "0.1.7";
3202
+ var version = "0.1.8";
3203
3203
 
3204
3204
  // src/rest/restUtils/rateLimitQueue.ts
3205
3205
  import axios3 from "axios";