jp00p / AGIMUS

Discord bot for Friends of Desoto
MIT License
10 stars 9 forks source link

Make Starboard Pattern Globals Local Instead #488

Closed zmattingly closed 7 months ago

zmattingly commented 7 months ago

We get weird behavior occasionally where posts that shouldn't be showing up in the starboards leak through from sensitive channels and I think it just has to do with how we're casting these as globals.

It's nice to only put them together once but the operations themselves are simple (tiny) array traversals and so small that I don't think it's really a big detriment if they're done on the fly going forward.