Skip to content

Commit bfa2397

Browse files
vcarlCopilot
andauthored
Update app/commands/setupTickets.ts
Co-authored-by: Copilot <[email protected]>
1 parent 47a11e6 commit bfa2397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/commands/setupTickets.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default [
162162
let config = await db
163163
.selectFrom("tickets_config")
164164
.selectAll()
165-
.where("message_id", "==", interaction.message.id)
165+
.where("message_id", "=", interaction.message.id)
166166
.executeTakeFirst();
167167
// If there's no config, that means that the button was set up before the db was set up. Add one with default values
168168
if (!config) {

0 commit comments

Comments
 (0)