This commit is contained in:
Christopher Cookman 2023-05-24 20:36:18 -06:00
parent 9c9aa113e4
commit fe7f4a96c9
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -350,12 +350,12 @@ client.on('interactionCreate', async interaction => {
description: `ID: ${msg.id}`
}]
});
interaction.reply({
"ephemeral": true,
content: "Done!"
})
});
}
interaction.reply({
"ephemeral": true,
content: "Done!"
})
break;
}
});