Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
chore: Enable trade warning msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneChang65 committed Apr 18, 2020
1 parent d36e2aa commit 221fbca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bot.on("ready", () => {
scheduling.setCyclicTimer_Do_Everyday(undefined, bot, taggle_msg.warningOverNightToDrivers,
'23:50', c.TODAY, '車長換日提醒', '車長換日提醒 Timer ON!');

/*

const timeSpan = 1000 * 60 * 10; // 10分鐘
taggle_msg.warningTradeMsg(undefined, bot, timeSpan, MGR_CHANNEL_1);
scheduling.setCyclicTimer_Do_EveryInterval(null, bot, taggle_msg.warningTradeMsg,
Expand All @@ -72,7 +72,7 @@ bot.on("ready", () => {
taggle_msg.warningTradeMsg(undefined, bot, timeSpan, MGR_CHANNEL_2);
scheduling.setCyclicTimer_Do_EveryInterval(null, bot, taggle_msg.warningTradeMsg,
timeSpan, MGR_CHANNEL_2, 'home買賣區規則提醒', 'home買賣區規則提醒 Timer ON!');
*/

});

bot.on('guildMemberAdd', member => {
Expand Down

0 comments on commit 221fbca

Please sign in to comment.