forked from DiscordBots/lilJudd
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
|
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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue