Updated eslint

This commit is contained in:
2024-08-20 22:27:46 +02:00
parent 0b92214d2d
commit 79a879f60f
23 changed files with 266 additions and 227 deletions

View File

@@ -125,6 +125,7 @@ export = {
timestamp: new Date().toISOString()
}]
})
// eslint-disable-next-line @typescript-eslint/no-unused-vars
} catch (err) {
console.log(
color("Error while trying to update waiting list.", "red")

View File

@@ -48,6 +48,7 @@ export = {
color: embedColor
}]
})
// eslint-disable-next-line @typescript-eslint/no-unused-vars
} catch (error) {
await interaction.editReply("Please enable your DMs.")
return

View File

@@ -44,6 +44,7 @@ export = {
color: embedColor
}]
})
// eslint-disable-next-line @typescript-eslint/no-unused-vars
} catch (error) {
await interaction.reply({
content: "Please enable your DMs.",

View File

@@ -66,6 +66,7 @@ export = {
color: embedColor
}]
})
// eslint-disable-next-line @typescript-eslint/no-unused-vars
} catch (error) {
await interaction.editReply("Please enable your DMs.")
return