Merge pull request #151 from Skillz4Killz/remove-redundant-type

Remove redundant type cast
This commit is contained in:
ayntee
2020-10-28 12:17:46 -07:00
committed by GitHub

View File

@@ -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(),
};