export default class ApplicationCommand { notify(event) { this.run(event); } run(event) { console.log("NOT IMPLEMENTED"); } }