Improve raw command handlers and remove dayjs dependency (switched to native Intl.DateTimeFormat API)

This commit is contained in:
lowlighter
2021-02-09 18:50:25 +01:00
parent 7d9d259f23
commit b80eecc3f5
10 changed files with 37 additions and 21 deletions

View File

@@ -27,7 +27,7 @@
<div class="name"><%= name %></div>
<div class="artist"><%= artist %></div>
<% if (plugins.music.played_at) { %>
<div class="played-at"><%= played_at %></div>
<div class="played-at">[played at] <%= played_at %></div>
<% } %>
</div>
</div>