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
Right now there is a single league class and it's implementation of various things is heavily dependent on heltour.
We should consider having simpler "league" classes available so simple integrations are easier. For example, the series league just needs something to reformat dates. Ideally it's very easy to add this:
channelId => handler()
The text was updated successfully, but these errors were encountered:
Right now there is a single league class and it's implementation of various things is heavily dependent on heltour.
We should consider having simpler "league" classes available so simple integrations are easier. For example, the series league just needs something to reformat dates. Ideally it's very easy to add this:
channelId => handler()
The text was updated successfully, but these errors were encountered: