support ephemeral command replies with missing pieces

This commit is contained in:
MapleLeaf
2021-12-28 13:59:53 -06:00
parent d89db1ceeb
commit 0f98d59618
6 changed files with 70 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ export abstract class Reacord {
abstract send(...args: unknown[]): ReacordInstance
abstract reply(...args: unknown[]): ReacordInstance
abstract ephemeralReply(...args: unknown[]): ReacordInstance
protected handleComponentInteraction(interaction: ComponentInteraction) {
for (const renderer of this.renderers) {