feat: integrate the AI assistant.
This commit is contained in:
parent
522d253410
commit
dcb251d2ad
7 changed files with 366 additions and 7 deletions
3
main.go
3
main.go
|
|
@ -81,6 +81,9 @@ func main() {
|
|||
} else {
|
||||
loglvl.SetLevel(parsedLvl)
|
||||
}
|
||||
if err := initMsgCache(); err != nil {
|
||||
logger.Fatalw("Failed to initialize message cache", "err", err)
|
||||
}
|
||||
|
||||
runBot()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue