migrate
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export class SlashCommandBreakController {
|
||||
/**@type {boolean} */ isBreak = false;
|
||||
|
||||
break() {
|
||||
this.isBreak = true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user