Skip to content

Commit

Permalink
Remove unneeded database reference
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Sep 18, 2023
1 parent 876bbae commit 901b9f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/org/hyacinthbots/lilybot/database/Database.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ class Database {
/** The database for storing per guild configuration data. */
val configDatabase get() = client.getDatabase("LilyBotConfig")

val tempKordExDatabase get() = client.getDatabase("kordex-data")

/**
* Runs the migrations for both databases.
*
Expand Down

0 comments on commit 901b9f2

Please sign in to comment.