gwillen / herring

Modern Django and ReactJS based web application for puzzlehunt team management!
MIT License
7 stars 4 forks source link

Staging bot needs to be successfully separated from production bot #27

Closed gwillen closed 3 years ago

gwillen commented 3 years ago

At first I was thinking this was just an issue of correctly dealing with guild IDs, but now I realize that it's fundamentally poorly-defined to have two bots on the same username running with different instances, because private messages can't distinguish which server/guild they are "for". So I think I need to make a separate "app" under our "team" for the staging bot.

gwillen commented 3 years ago

Done.