Skip to content

Commit

Permalink
refactory
Browse files Browse the repository at this point in the history
  • Loading branch information
wow890209 committed Oct 24, 2023
1 parent a57566b commit 69d5b73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Player(
level: UInt = 1u,
val joinDate: OffsetDateTime = now(),
latestActivateDate: OffsetDateTime = now(),
levelUpgradeDate: OffsetDateTime = now(),
levelUpgradeDate: OffsetDateTime? = null,
val jdaRoles: MutableList<String> = mutableListOf()
) {

Expand Down

0 comments on commit 69d5b73

Please sign in to comment.