You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of having a massive map of channels in wheatley, which was
convenient but not very conducive to running the bot elsewhere, it's
more principled to have every module just fetch their own channels as
part of startup. This PR implements that. These changes were also mostly
done by claude.
This also fixes the horrible typescript errors that manifested in
58d6ef7 where a mundane change in an
unrelated part of the codebase resulted in errors about union sizes,
caused because of the massive channel type in wheatley.
Twin PR: TCCPP/wheatley-private#15
0 commit comments