chore: deps

This commit is contained in:
iCrawl
2022-11-22 13:35:47 +01:00
parent 65bc0adbf4
commit ee7d2fd4c8
22 changed files with 2513 additions and 1665 deletions

View File

@@ -499,7 +499,7 @@ export class RequestManager extends EventEmitter {
const baseRoute = endpoint
// Strip out all ids
.replace(/\d{16,19}/g, ':id')
.replaceAll(/\d{16,19}/g, ':id')
// Strip out reaction as they fall under the same bucket
.replace(/\/reactions\/(.*)/, '/reactions/:reaction');