add missing tree assignment

This commit is contained in:
MapleLeaf
2021-12-23 10:09:29 -06:00
parent 8dd6e3dab2
commit 19b2dfd534

View File

@@ -82,6 +82,8 @@ export class ChannelRenderer {
} else {
this.message = await this.channel.send(options)
}
this.tree = node
},
}
}