ralphkb/sentinel-tickets

[BUG] Creation ticket don't work

Closed this issue · 2 comments

When i'm creating a ticket with the panel, the creation of the ticket didn't work.
image

Some logs :
image

Error creating ticket: TypeError: Cannot read properties of undefined (reading 'replace')
    at /home/container/events/interactionCreate.js:1696:20
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Hey, this error is related to the addition in this commit regarding channel topic per ticket category. a153646
Make sure all your files and the config are updated, that should fix the issue.

Yep Fix.