DiSkyOrg / DiSky

The best Skript add-on for Discord management! Slash commands, interaction, components, modal and much more available!
https://disky.me/
Apache License 2.0
43 stars 12 forks source link

Issue With Tickets #126

Closed TheWeirdCoder closed 1 year ago

TheWeirdCoder commented 1 year ago

So i have some code but its this part thats confusing

remove view channel from permissions of public role of event-guild in {_ticket} remove message send from permissions of public role of event-guild in {_ticket} add (view channel) to permissions of member with id {_id} in {_ticket} add (message send) to permissions of member with id {_id} in {_ticket}

It does not remove the permissions. Any clue why? (Got this code from someone else)

TheWeirdCoder commented 1 year ago

PS:

remove (view channel) from (permissions of public role of event-guild) in {_ticket} add (message send) to permissions of member with id {_id} in {_ticket} remove (message send) from (permissions of public role of event-guild) in {_ticket} add (view channel) to permissions of member with id {_id} in {_ticket}

This doesnt work either.

ItsTheSky commented 1 year ago

Be sure to debug everything. What is your DiSky & Skript version?

ItsTheSky commented 1 year ago

Bump