diff --git a/src/main/kotlin/nl/voidcorp/ottobot/database/DAO.kt b/src/main/kotlin/nl/voidcorp/ottobot/database/DAO.kt index 6a5cdeb..c6d5525 100644 --- a/src/main/kotlin/nl/voidcorp/ottobot/database/DAO.kt +++ b/src/main/kotlin/nl/voidcorp/ottobot/database/DAO.kt @@ -65,11 +65,7 @@ class GuildStore(id: EntityID) : LongEntity(id) { } } - val roleMap: MutableMap - get() { - - return mutableMapOf() - } + val roleMap: MutableMap = SufferMap(this) }