outro ale pššš

This commit is contained in:
Histmy 2021-11-07 23:41:27 +01:00
parent fab5e31645
commit fd73d1d0ac
2 changed files with 9 additions and 0 deletions

View File

@ -160,6 +160,15 @@ const exp: Modul = {
await play(conn, zvuky);
handlePrevVoice(mes.guild!, prev);
}
},
outro: async (mes) => {
const channel = mes.member?.voice.channel;
if (!channel) return "co to znamena ti gadzovko";
const { conn, prev } = await joinVoice(channel);
await play(conn, "zvuky/pocasi/outro.mp3");
handlePrevVoice(mes.guild!, prev);
}
}
};

BIN
zvuky/pocasi/outro.mp3 Normal file

Binary file not shown.