fix: Unknown Message

This is the `n`th time I've tried to fix this and luckily it worked
Fix: #1194 #1177 #1168 #1108 #1045

Co-Authored-By: The DT <80153297+thedtvn@users.noreply.github.com>
This commit is contained in:
Elysia
2024-07-06 13:31:26 +07:00
parent 9b2b2ff609
commit 558189b217
3 changed files with 2 additions and 11 deletions

1
typings/index.d.ts vendored
View File

@@ -779,7 +779,6 @@ export class Client<Ready extends boolean = boolean> extends BaseClient {
/** @deprecated Use {@link Sweepers#sweepMessages} instead */
public sweepMessages(lifetime?: number): number;
public toJSON(): unknown;
/** @deprecated */
public acceptInvite(
invite: InviteResolvable,
options?: AcceptInviteOptions,