@ipcEvent(IpcEvents.PLAY)
  onPlay() {
    this.systemApi.play();
    this.trayMenu.update({isPlaying: true});
    return this.discord.play();