update Rate Limit with new event transmission

This commit is contained in:
Flam3rboy
2021-08-16 15:06:31 +02:00
parent 4fc93fb8ee
commit 4b02fe3b33
2 changed files with 47 additions and 46 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export class FosscordServer extends Server {
this.app = api;
api.use(Authentication);
initRateLimits(api);
await initRateLimits(api);
await initTranslation(api);
this.routes = await this.registerRoutes(path.join(__dirname, "routes", "/"));