From 4129ea699bd7a381ff8f803860e2fc108f4530ef Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Sat, 26 Dec 2020 12:07:15 +0900 Subject: [PATCH] Fix mistake --- src/structures/textChannel.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structures/textChannel.ts b/src/structures/textChannel.ts index 0e7e734..398f2af 100644 --- a/src/structures/textChannel.ts +++ b/src/structures/textChannel.ts @@ -179,6 +179,7 @@ export class TextChannel extends Channel { MESSAGE_REACTION_USER(this.id, message, encodedEmoji, user) ) } + } /** * Fetch Messages of a Channel