Skip to content

Commit

Permalink
Append message to output content in Instance class
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <[email protected]>
  • Loading branch information
worksofliam committed Jan 21, 2025
1 parent f65fdaa commit 89c9d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export default class Instance {
}

this.output.channel.append(message);
this.output.content += message;
this.output.writeCount++;
}

Expand Down

0 comments on commit 89c9d08

Please sign in to comment.