dbm-network / mods

User-made modifications and improvements to Discord Bot Maker.
https://dbm-network.github.io
MIT License
166 stars 202 forks source link

Seamless switch between User Info and Member Info #855

Closed Giingu closed 1 year ago

Giingu commented 2 years ago

Is your feature request related to a problem? Please describe. The idea is to make switching between Store User Info and Store Member Info feel more seamless, to save some time.

This would be specially useful for those moving from v1 to v2, since most commands that used to store user info broke, specially those who used to store their IDs.

Describe the ideal solution When changing Store Member Info to Store User Info or vice versa, the data should remain stored and in position, this could be done simply by making sure the data remains there, in this case it should be fairly easy since as shown in the gif below only two words need to change, one in the name the other in the first value.

Discord_Bot_Maker_MYL9dYNFzt

A better solution would be to simply merge Store Member Info and Store User Info in a single action by simply providing a dropdown where people can pick which of the two they want to use, users or members :)

Describe alternatives you've considered Make both store member info's and store user info's first value have the same name, then make sure that when switching between them the data stays in place.

Additional context I noticed and found out i would really like this when i switched to V2, since most of my commands that had any kind of info storing of users or members broke, since they all seem to have become Store Member Info :)

DetroitWhiskey136 commented 2 years ago

store member info isn't a mod so we can't change that one... but also changing the order of store user info props would cause problems because it would break the commands of all current end users. this is a good idea if i'm understanding it right but just not possible this late into the mods existance. we've had problems with properties being reordered in the past, as such we have a strict policy that doesn't allow it anymore. sorry if thats not the answer you were looking for.

TheMonDon commented 1 year ago

Closing due to inactivity and dannos comment.