-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtiles.json
More file actions
117 lines (117 loc) · 3.78 KB
/
tiles.json
File metadata and controls
117 lines (117 loc) · 3.78 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"tiles": {
"Anilist": {
"info": "Shows number of days watched on anilist.co",
"username": {
"description": "Your anilist username",
"example": "Badtz"
}
},
"Anki": {
"info": "Shows number of cards reviewed today on Anki"
},
"Chat": {
"info": "Shows number of users online in proyecto.club"
},
"Clock": {
"info": "Shows the time in a given timezone",
"timeZone": {
"description": "The timezone for the clock",
"example": "Asia/Tokyo"
}
},
"Crypto": {
"info": "Shows the current price of a cryptocurrency in the specified currency",
"coin": {
"description": "The coin name",
"example": "btc"
},
"currency": {
"description": "The currency you want the price displayed in",
"example": "usd"
}
},
"DGG": {
"info": "Shows DGG status"
},
"Lastfm": {
"info": "Shows what you are currently listening to on last.fm",
"user": {
"description": "Your Last.fm username",
"example": "MiloCodes"
}
},
"Minecraft": {
"info": "Shows number of online players on a given minecraft server",
"serverIp": {
"description": "The minecraft server ip",
"example": "mc.badtz.dev"
}
},
"MoonPhase": {
"info": "Shows the current phase of the moon"
},
"Overwatch": {
"info": "Shows your overwatch SR on a specific role",
"region": {
"description": "Your play region",
"example": "us"
},
"role": {
"description": "The role you want to display",
"example": "support"
},
"username": {
"description": "Your battletag",
"example": "Badtz-1552"
}
},
"PiHole": {
"info": "Shows number of ads blocked by PiHole",
"piIp": {
"description": "Local Ip of PiHole",
"example": "localhost"
}
},
"SinceReply": {
"info": "Shows the number of days since a person replied to you",
"timestamp": {
"description": "Timestamp of last reply",
"example": "10/15/19 12:30:20"
},
"name": {
"description": "Name of person that has not replied",
"example": "A swine"
}
},
"Virus": {
"info": "Shows the number of deaths due to covid-19 in a given country",
"country": {
"description": "Country to track deaths for",
"example": "USA"
}
},
"DiscordVoice": {
"info": "Shows number of minutes a user has spent in voice on a discord server. Statbot.net for more info",
"serverId": {
"description": "The id of the server on statbot.net",
"example": "617054974895063050"
},
"user": {
"description": "Your discord username",
"example": "Badtz#6434"
}
},
"Weather": {
"info": "Shows the weather in a given city",
"location": {
"description": "City to get weather for",
"example": "Seattle"
},
"units": {
"description": "Unit type",
"example": "imperial"
}
}
}
}