This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
v4.0.0
⚠ BREAKING CHANGES
The old pinboard system, where you reacted with a star to a message to send it to the pinboard channel, has been stripped from the code, including all the functions that get or update the preferences for the emoji and the target channel. Any code attempting to use the removed functions will break.
Instead, the pinboard has been rewritten to use interactions. Right-click a message and use the message context menu to send a message to the pinboard, and it will act appropiately. The pinboard channel is now configured using a specific kind of webhook called "pinboard", which can be get or set using the new command /server, that can be used by server operators, administrators or moderators.
Features
- add server settings command (c13dcce)
Refactor
- rewrite pin as a context menu (48d8d87)