diff --git a/include/customDefinitions.d.ts b/include/customDefinitions.d.ts index 7a9b59b4e..2e448d2b9 100644 --- a/include/customDefinitions.d.ts +++ b/include/customDefinitions.d.ts @@ -1128,6 +1128,8 @@ interface TextChannel extends Instance { OnIncomingMessage: (message: TextChatMessage) => TextChatMessageProperties | undefined; /** @server */ ShouldDeliverCallback: (message: TextChatMessage, textSource: TextSource) => boolean; + /** @server */ + AddUserAsync(this: TextChannel, userId: number): [TextSource | undefined, boolean]; } interface TextChatService extends Instance {