mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 08:50:07 +00:00
Merge pull request #151 from Skillz4Killz/remove-redundant-type
Remove redundant type cast
This commit is contained in:
@@ -21,5 +21,5 @@ export const cache: CacheData = {
|
||||
messages: new Collection(),
|
||||
unavailableGuilds: new Collection(),
|
||||
presences: new Collection(),
|
||||
fetchAllMembersProcessingRequests: new Collection<string, Function>(),
|
||||
fetchAllMembersProcessingRequests: new Collection(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user