mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
Merge pull request #803 from itohatweb/types-fix-cache-wrong-types
fix(cache): cacheHandlers get messages wrong type
This commit is contained in:
@@ -123,7 +123,7 @@ function get(
|
||||
function get(
|
||||
table: "messages",
|
||||
key: string,
|
||||
): Promise<DiscordenoMember | undefined>;
|
||||
): Promise<DiscordenoMessage | undefined>;
|
||||
function get(
|
||||
table: "members",
|
||||
key: string,
|
||||
|
||||
Reference in New Issue
Block a user