Skip to content

Commit

Permalink
fix: Config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BSpoones committed Jul 27, 2024
1 parent fc6dbb9 commit d83786a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/kotlin/org/bspoones/zeus/Zeus.kt
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,14 @@ abstract class Zeus(private val guildOnly: Boolean = false) {
).build()
this._api.awaitReady()

initConfig()

MongoConnection.setup()

initEntities()

CommandRegistry.setup(this.api)

initConfig()

registerCommands()

ComponentRegistry.setup(this.api)
Expand Down

0 comments on commit d83786a

Please sign in to comment.