Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Disabled scheduled messages for now (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding authored Aug 13, 2019
1 parent 6b4bd1b commit bb8e95d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports.negativeResponses = ['no']

module.exports.scheduledMessages = [
// CONTRIBUTORS
{
/**{
room: '!OQTaDMKEJXLvTpYoCe:matrix.org',
message:
'# Hi Contributors!\
Expand Down Expand Up @@ -95,10 +95,9 @@ module.exports.scheduledMessages = [
.recur()
.every(22)
.daysOfMonth(),
},

},*/
// UNICORN ROOM
{
/**{
room: '!VUpIHOCgPdHvUrtwXq:matrix.org',
message:
'# Hi Givethers!\
Expand Down Expand Up @@ -132,10 +131,9 @@ module.exports.scheduledMessages = [
.recur()
.every(22)
.daysOfMonth(),
},

},*/
// UNICORN DAC ROOM
{
/**{
room: '!rhEMPQvVgOkuPQtRdq:matrix.org',
message:
'The milestones are up! The sheet is ready! # Time to CHOOSE THE MILESTONES you want to fund this round!\
Expand All @@ -157,7 +155,7 @@ module.exports.scheduledMessages = [
.recur()
.every(25)
.daysOfMonth(),
},
},**/
]

module.exports.messages = {
Expand Down

0 comments on commit bb8e95d

Please sign in to comment.