tightening coverage + some cleanup
This commit is contained in:
@@ -3,6 +3,6 @@ import { Node } from "./node.js"
|
||||
|
||||
export class TextNode extends Node<string> {
|
||||
override modifyMessageOptions(options: MessageOptions) {
|
||||
options.content = (options.content ?? "") + this.props
|
||||
options.content = options.content + this.props
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user