We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a11e6 commit bfa2397Copy full SHA for bfa2397
app/commands/setupTickets.ts
@@ -162,7 +162,7 @@ export default [
162
let config = await db
163
.selectFrom("tickets_config")
164
.selectAll()
165
- .where("message_id", "==", interaction.message.id)
+ .where("message_id", "=", interaction.message.id)
166
.executeTakeFirst();
167
// If there's no config, that means that the button was set up before the db was set up. Add one with default values
168
if (!config) {
0 commit comments