mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-17 19:58:18 +00:00
deno fmt
This commit is contained in:
@@ -30,5 +30,5 @@ export async function getEmojis(guildId: string, addToCache = true) {
|
||||
cacheHandlers.set("guilds", guildId, guild);
|
||||
}
|
||||
|
||||
return new Collection(result.map(e => [e.id!, e]));
|
||||
return new Collection(result.map((e) => [e.id!, e]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user