discordextremelist / website

The official source code for the website side of DEL!
https://discordextremelist.xyz
GNU Affero General Public License v3.0
75 stars 29 forks source link

force edit for assistants and admins #169

Open TheMoksej opened 3 years ago

TheMoksej commented 3 years ago

Ability for assistants and admins to edit bots forcefully.

Let's say the privacy policy doesn't exist, or long description is too short - we'd get an error when trying to edit, however force edit would bypass those checks and let us edit those bots.

we could just contact the owner, but what if they're not in the server and everything is okay except the long description being too short because they have iframe in there.

carolinaisslaying commented 3 years ago

@advaith1 We could make it ignore the desc limit if it has iframe in it?

advaith1 commented 3 years ago

oh did we not add that yet? I'll add that today

carolinaisslaying commented 3 years ago

oh did we not add that yet? I'll add that today

Did you add that? If not I can add it right now.

advaith1 commented 3 years ago

added in c008e84ac8dd599a3bd01ef4d7f899e48d5009f6

carolinaisslaying commented 3 years ago

added in c008e84

Would you say this feature request is redundant now then?

TheMoksej commented 3 years ago

added in c008e84

Would you say this feature request is redundant now then?

I mean just in case, if privacy policy doesn't exist or bot was submitted before we added the long description limit, sure, why not

carolinaisslaying commented 3 years ago

added in c008e84

Would you say this feature request is redundant now then?

I mean just in case, if privacy policy doesn't exist or bot was submitted before we added the long description limit, sure, why not

Seems unnecessary imo, I can always make a db request /shrug

advaith1 commented 3 years ago

no point adding UI but I could add a query param or something because why not