Vencord / plugin-requests

Vencord plugin requests. Open the link below to create a request
https://github.com/Vencord/plugin-requests/issues/new?template=request.yml
29 stars 3 forks source link

Extend the Default Pin Limit #1008

Open violet-isle opened 1 month ago

violet-isle commented 1 month ago

Plugin Description

Since Discord limits the number of pins a specific channel or direct message can have, this plugin would extend this limit, allowing for more than 50 pins. Obviously a limitation would be that people without this plugin would not be able to see the additional pins, but there could be an output on their end saying. i.e. (message from the user who pinned) "_ Pinned your message using Extra Pins," and providing a link to the message. This link could trigger the plugin on their end, if they have it, to store that same message, in the same way that a "personal pins" plugin, like what BetterDiscord has, would. I know this wouldn't be especially simple, but I am willing to try and do this myself as well, but I do not know where to get started.

Existing Plugin for other mod

No response

Request Agreement

Vendicated commented 1 month ago

trying to make this a global thing would be very cursed, unless you were to make an API for it that all users would fetch & be able to post to

i'd say keeping it local would be much saner, which is covered by https://github.com/Vencord/plugin-requests/issues/75