Spaces:
Paused
Paused
| export class SlashCommandBreakController { | |
| /**@type {boolean} */ isBreak = false; | |
| break() { | |
| this.isBreak = true; | |
| } | |
| } | |
| export class SlashCommandBreakController { | |
| /**@type {boolean} */ isBreak = false; | |
| break() { | |
| this.isBreak = true; | |
| } | |
| } | |