fix savi reminder time

master
Kit Kasune 5 days ago
parent c2be6001fb
commit de9d29ac8a
  1. 5
      .idea/workspace.xml
  2. 2
      util/time.js

@ -6,7 +6,6 @@
<component name="ChangeListManager">
<list default="true" id="826c705b-a7fa-4ece-b82a-e278fca7d494" name="Changes" comment="bully savi">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/util/lht.js" beforeDir="false" afterPath="$PROJECT_DIR$/util/lht.js" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -147,8 +146,8 @@
</configuration>
<list>
<item itemvalue="Node.js.Start" />
<item itemvalue="npm.dev:pretty" />
<item itemvalue="npm.dev" />
<item itemvalue="npm.dev:pretty" />
<item itemvalue="npm.start" />
<item itemvalue="npm.start:pretty" />
<item itemvalue="npm.sync" />
@ -201,7 +200,7 @@
<workItem from="1738996919169" duration="12373000" />
<workItem from="1739479571984" duration="1608000" />
<workItem from="1740108343425" duration="3241000" />
<workItem from="1743256138504" duration="1360000" />
<workItem from="1743256138504" duration="2999000" />
</task>
<task id="LOCAL-00001" summary="not even gonna explain">
<created>1640148826800</created>

@ -9,7 +9,7 @@ module.exports = client => {
const time = moment();
if (time.hour() === 8 && time.minute() === 0) {client.misc.timeTracker.emit('bullySavi');}
if (time.hour() === 9 && time.minute() === 0) {client.misc.timeTracker.emit('bullySavi');}
client.misc.timeTracker.emit('minute', time);

Loading…
Cancel
Save