forked from commons-stack/CommonsStackBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstants.js
More file actions
40 lines (32 loc) · 2.28 KB
/
constants.js
File metadata and controls
40 lines (32 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// Allowed users that can dish out points
// module.exports.userList = [
// ]
// Dishers
module.exports.dishers = [
'GriffGreen',
'loie_giveth',
'krrisis',
'jeffemmett',
'mzargham',
'frederikbolding',
]
// Allowed point types
module.exports.point_types = ['PRAISE']
module.exports.reason_seperators = ['for', 'over', 'because']
module.exports.max_points = 10000
module.exports.sheet_id =
process.env.NODE_ENV === 'production'
? '1Qxgjg4YxTBNIIwIEm3WGDcmGs_8Klv-UzztQCzYLvNA'
: '1p6_zA792aeKnEJ2iudIjeVFmPTFgnj-znoH6mQFzpw8'
module.exports.sheet_tab_name = 'PraiseBot!A1:F1'
module.exports.dish_notification_msg =
'Congratulations! If you’re seeing this message, it’s likely because you’ve been dished Praise! Your contribution to the Commons Stack has been recognized [here](https://t.me/CommonsStack) and you have received Praise, which signifies reputation in the Commons Stack. This Praise can turn into CSTK tokens, giving you status as part of the Trusted Seed that can hatch Commons.\
\n\nPlease see the [Contributors Guide](https://wiki.commonsstack.org/contributors-guide) on our Wiki to learn more.\
\n\nTo be eligible to receive tokens, you must apply to be a member of the Commons Stack and be accepted. To apply, fill the form [here](http://commonsstack.org/apply).\
\n\n**Thank you** for being here from the Commons Stack'
module.exports.milestone_automation_trigger_users = ['@danibelle:matrix.org']
module.exports.milestone_notification_msg =
"You've got Love from Giveth!\
We appreciate your contributions and the [RewardDAO](https://beta.giveth.io/campaigns/5b3d9746329bc64ae74d1424) is here to thank you.\
\nYou were [dished praise](https://docs.google.com/spreadsheets/d/12cblUYuYq4NwZX7JdRo0-NWnrOxlDy-XCbvF3ugzb2c/edit#gid=0) in the month of %MONTH%, which means you have ETH waiting for you to collect it. To do so you'll need to create a Milestone by %DEADLINE%.\
\n\n[Prepare to record or upload a video](https://wiki.giveth.io/dapp/milestones/) to claim your monthly reward, and [use this link when you're ready to create the milestone](%LINK%) - it will automatically populate important details. Join the conversation in our [#contributors](https://riot.im/app/#/room/#giveth-contributors:matrix.org) room for more information and updates please, see you there!"