-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
It would be nice to generally clean up the public API:
BotConfigcould use a builder pattern to construct itself, with a few defaults.- the
runfunction might be split up, with theAppCtxbeing refactored into aTrinityBotthat just contains what's needed to make the core things work. Then it's the responsibility of the library user to create aTrinityBot, and run it. - Splitting the lib and binary into two different crates would also help trim down dependency usage in the lib.
Metadata
Metadata
Assignees
Labels
No labels