TinkerStorm / interaction-prototypes

A Discord interaction prototype preparing to lay the foundations of a game service.
https://discord.gg/z5DPVHNBuw
GNU General Public License v3.0
2 stars 0 forks source link

failover: transfer of channel / category #19

Closed sudojunior closed 2 years ago

sudojunior commented 2 years ago

If either of the channel options are changed... (posts channel, category container)

Clean up of posts channel means removal of all game posts - and likely reposting them into the new channel.

Clean up of category container means transfer of all channels matching the category id into the new category - much easier than removing and recreating them.

sudojunior commented 2 years ago

Closing, new rate limit of 500 channels per server per day severely hinders the intended logic to transfer channels from one category to another. Literal transfer would be up to the server owner to handle, but still not preferred given how it would behave if permissions are synchronized for another category (weak point - external intervention / interference).