chore: add comments to PlanningNotifierRolesData
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
d99d468680
commit
46df0a1371
1 changed files with 4 additions and 4 deletions
|
@ -19,8 +19,8 @@
|
|||
package net.moonleay.lilJudd.data.entry
|
||||
|
||||
data class PlanningNotifierRolesData(
|
||||
val serverID: String,
|
||||
val channelId: String,
|
||||
val hastimeroleid: String,
|
||||
val wantstobenotifid: String
|
||||
val serverID: String, // The id of the server
|
||||
val channelId: String, // The id of the channel
|
||||
val hastimeroleid: String, // The id of the role that has time today
|
||||
val wantstobenotifid: String // The id of the role that wants to be notified
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue