Add self-configuration feature

This commit is contained in:
Wieland Schöbl
2020-08-17 20:22:27 +02:00
parent e58f4dc0c5
commit 5969a2f221
10 changed files with 222 additions and 51 deletions

View File

@@ -13,8 +13,9 @@ fun main() {
.setActivity(Activity.watching("for new Blogposts"))
.build()
builder.addEventListener(Cli())
builder.addEventListener(AdminCli())
builder.addEventListener(ErrorHandler())
builder.addEventListener(OwnerCli())
builder.awaitReady()
Channels.jda = builder