migrate
This commit is contained in:
7
public/scripts/slash-commands/SlashCommandBreak.js
Normal file
7
public/scripts/slash-commands/SlashCommandBreak.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { SlashCommandExecutor } from './SlashCommandExecutor.js';
|
||||
|
||||
export class SlashCommandBreak extends SlashCommandExecutor {
|
||||
get value() {
|
||||
return this.unnamedArgumentList[0]?.value;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user