diff --git a/src/main/kotlin/net/moonleay/lilJudd/data/entry/PlanningNotifierRolesData.kt b/src/main/kotlin/net/moonleay/lilJudd/data/entry/PlanningNotifierRolesData.kt index 0798ccc..8cba107 100644 --- a/src/main/kotlin/net/moonleay/lilJudd/data/entry/PlanningNotifierRolesData.kt +++ b/src/main/kotlin/net/moonleay/lilJudd/data/entry/PlanningNotifierRolesData.kt @@ -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 )