fix: Fetch message from NSFW Channel

fix #203
This commit is contained in:
March 7th
2022-07-15 21:35:23 +07:00
parent a1c8093181
commit 93d875c237
2 changed files with 6 additions and 1 deletions

1
typings/index.d.ts vendored
View File

@@ -3781,6 +3781,7 @@ export interface MessageSearchOptions {
minId: Snowflake;
channelId: Snowflake[];
pinned: boolean;
nsfw: boolean;
}
export interface MessageSearchResult {