Whoops
This commit is contained in:
parent
2ddde85fca
commit
62c3087783
2
index.js
2
index.js
|
@ -1080,7 +1080,7 @@ dcClient.on('interactionCreate', async interaction => {
|
||||||
sendLog(`${colors.red("[ERROR]")} ${err}`);
|
sendLog(`${colors.red("[ERROR]")} ${err}`);
|
||||||
}
|
}
|
||||||
stream.on("exit", (code) => {
|
stream.on("exit", (code) => {
|
||||||
interaction.editReply({
|
interaction.reply({
|
||||||
content: "Killed all calls!",
|
content: "Killed all calls!",
|
||||||
ephemeral: true
|
ephemeral: true
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue