-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathconfig.json
More file actions
30 lines (30 loc) · 1.23 KB
/
config.json
File metadata and controls
30 lines (30 loc) · 1.23 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
{
"games": ["maimai", "chunithm"],
"currency_per_play": 40,
"discord_notification": {
"default": {
"username": "毎日みのり",
"avatar_url": "https://cdn.discordapp.com/attachments/917303163470635018/1504898194641785013/CleanShot_2569-05-16_at_00.28.012x.png"
},
"weekly": {
"username": "毎週みのり",
"avatar_url": "https://cdn.discordapp.com/attachments/917303163470635018/1381649633981239407/GCaygD2XUAAFTrl.png"
},
"maimai": {
"username": "毎日みのり",
"avatar_url": "https://cdn.discordapp.com/attachments/917303163470635018/1383463722483449859/3a9fa41c9b0ef014.png",
"message_template": "**{game}**: You played **{new_plays}** credit(s) today!",
"emoji": "🎵"
},
"chunithm": {
"username": "毎日みのり",
"avatar_url": "https://cdn.discordapp.com/attachments/917303163470635018/1383463722483449859/3a9fa41c9b0ef014.png",
"message_template": "**{game}**: You played **{new_plays}** credit(s) today!",
"emoji": "🎶"
},
"monthly": {
"username": "毎月みのり",
"avatar_url": "https://cdn.discordapp.com/attachments/917303163470635018/1504898194641785013/CleanShot_2569-05-16_at_00.28.012x.png"
}
}
}