forked from DiscordBots/lilJudd
fix: fixed issue with time in the match extension
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
95f6772581
commit
982212ddf3
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class MatchExtension : Extension() {
|
|||
role.id.value.toLong(),
|
||||
opponent,
|
||||
msg.id.value.toLong(),
|
||||
(zdt.toEpochSecond()),
|
||||
(zdt.toEpochSecond() * 1000),
|
||||
jobString
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue