diff --git a/src/cache.ts b/src/cache.ts index 3abdab3c9..76f351156 100644 --- a/src/cache.ts +++ b/src/cache.ts @@ -31,7 +31,7 @@ export const cache = { >(), executedSlashCommands: new Set(), get emojis() { - return new Collection( + return new Collection( this.guilds.reduce( (a, b) => [...a, ...b.emojis.map((e) => [e.id, e])], [] as any[],