Merge pull request #803 from itohatweb/types-fix-cache-wrong-types

fix(cache): cacheHandlers get messages wrong type
This commit is contained in:
Skillz4Killz
2021-04-10 08:41:43 -04:00
committed by GitHub

View File

@@ -123,7 +123,7 @@ function get(
function get(
table: "messages",
key: string,
): Promise<DiscordenoMember | undefined>;
): Promise<DiscordenoMessage | undefined>;
function get(
table: "members",
key: string,