Merge branch 'main' into develop
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ethan Lane 2024-01-21 15:02:00 +00:00
commit 38ac26b793
5 changed files with 12 additions and 10 deletions

View file

@ -35,9 +35,9 @@ export default class Drop extends Command {
return;
}
try {
await interaction.deferReply();
await interaction.deferReply();
try {
const image = readFileSync(path.join(process.env.DATA_DIR!, "cards", randomCard.card.path));
const imageFileName = randomCard.card.path.split("/").pop()!;