indicate immediate closure in toString

This commit is contained in:
LenAnderson 2024-06-23 11:30:54 -04:00
parent 9ae0591e3f
commit 5c5c4ae91a

View File

@ -33,7 +33,7 @@ export class SlashCommandClosure {
} }
toString() { toString() {
return '[Closure]'; return `[Closure]${this.executeNow ? '()' : ''}`;
} }
/** /**