knights-of-academia / horace

discord.js bot powering the Knights of Academia server with commands like info, AFK, and more
MIT License
23 stars 19 forks source link

[BUG REPORT] Horace warns about channel pins when removing a pin #226

Open debashisbiswas opened 3 years ago

debashisbiswas commented 3 years ago

Horace warns a channel when the pins approach the pin limit (50). Currently, this reminder is sent both when pinning and unpinning a message. This should be changed such that the reminder is only sent when pinning. Unpinning should not trigger a reminder, as the channel is moving away from the limit, not towards it.