juniorguru / chick

A real-time, synchronous Junior Guru Discord bot
https://juniorguru-chick.fly.dev/
GNU Affero General Public License v3.0
2 stars 0 forks source link

Send pins to people #13

Open honzajavorek opened 1 year ago

honzajavorek commented 1 year ago

If member of the club adds 📌 reaction to a message, the slow bot sends them the message in a private channel:

Screenshot 2023-03-11 at 23 32 20

The realtime bot could do that. The slow code is overly complicated and inefficient, and it's here: https://github.com/honzajavorek/junior.guru/blob/e570f9bcf1b7fdf2216ce113d1337b1168ca2f4c/juniorguru/sync/pins.py

honzajavorek commented 1 year ago

I've changed the slow code and it's much better and more efficient now.