So role maps should be used and stuff...

master
Julius 2020-09-26 23:58:26 +02:00
parent 423e9269ee
commit 33cdb8027d
1 changed files with 1 additions and 5 deletions

View File

@ -65,11 +65,7 @@ class GuildStore(id: EntityID<Long>) : LongEntity(id) {
}
}
val roleMap: MutableMap<String, Long>
get() {
return mutableMapOf()
}
val roleMap: MutableMap<String, Long> = SufferMap(this)
}