Skip to content

Commit

Permalink
fix: added missing tuple for AddUserAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
luketeam5 authored Jan 20, 2025
1 parent 3b938e2 commit c438ce7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/customDefinitions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c438ce7

Please sign in to comment.