chore: add comments to PlanningNotifierRolesData

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-06-28 22:42:43 +02:00
parent d99d468680
commit 46df0a1371

View file

@ -19,8 +19,8 @@
package net.moonleay.lilJudd.data.entry package net.moonleay.lilJudd.data.entry
data class PlanningNotifierRolesData( data class PlanningNotifierRolesData(
val serverID: String, val serverID: String, // The id of the server
val channelId: String, val channelId: String, // The id of the channel
val hastimeroleid: String, val hastimeroleid: String, // The id of the role that has time today
val wantstobenotifid: String val wantstobenotifid: String // The id of the role that wants to be notified
) )