This commit is contained in:
Christopher Cookman 2024-03-23 17:48:58 -06:00
parent 2ddde85fca
commit 62c3087783
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -1080,7 +1080,7 @@ dcClient.on('interactionCreate', async interaction => {
sendLog(`${colors.red("[ERROR]")} ${err}`);
}
stream.on("exit", (code) => {
interaction.editReply({
interaction.reply({
content: "Killed all calls!",
ephemeral: true
});