kordlib / kord

Idiomatic Kotlin Wrapper for The Discord API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kord builder should probably not be a suspend function

danielesegato opened this issue · comments

Hey guys, thanks for your lib.

I just want to spawn a discussion here about the API design.

I'm not sure I share the decision of making the Kord initialization require a coroutine.

Maybe the initialization should be a separate step?

Duplicate of #146