mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-26 23:55:20 +00:00
Revert "added big todo list to Guild.ts (big chungus)"
This reverts commit 0f58995182.
This commit is contained in:
@@ -107,7 +107,6 @@ export default function rateLimit(opts: {
|
||||
}
|
||||
|
||||
export async function initRateLimits(app: Router) {
|
||||
return;
|
||||
const { routes, global, ip, error } = Config.get().limits.rate;
|
||||
await listenEvent(EventRateLimit, (event) => {
|
||||
Cache.set(event.channel_id as string, event.data);
|
||||
|
||||
Reference in New Issue
Block a user