Is your request related to a problem? Please describe.
I need to EDIT and REPLY using DBLCLICK.
I can write this in settings, but it wouldn't work.
I made dumb edit to fix this, but I think it must be fixed beautiful way...
if (message.author.id != BDFDB.UserUtils.me.id && priorityAction == "Edit_Message") priorityAction = "Reply_to_Message"
Is your request related to a problem? Please describe.
I need to EDIT and REPLY using DBLCLICK. I can write this in settings, but it wouldn't work.
I made dumb edit to fix this, but I think it must be fixed beautiful way...
if (message.author.id != BDFDB.UserUtils.me.id && priorityAction == "Edit_Message") priorityAction = "Reply_to_Message"
Describe the solution you'd like
Check applicable type of event BEFORE set priorityAction. It can be used for satisfaction of my request.
Describe alternatives you've considered
No response
Additional context
No response