diff --git a/index.js b/index.js index 88b69c6..ea214b6 100644 --- a/index.js +++ b/index.js @@ -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 });