So role maps should be used and stuff...
This commit is contained in:
parent
423e9269ee
commit
33cdb8027d
|
@ -65,11 +65,7 @@ class GuildStore(id: EntityID<Long>) : LongEntity(id) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
val roleMap: MutableMap<String, Long>
|
val roleMap: MutableMap<String, Long> = SufferMap(this)
|
||||||
get() {
|
|
||||||
|
|
||||||
return mutableMapOf()
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue