forked from jaimeadf/BetterDiscordPlugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
30 lines (30 loc) · 1.26 KB
/
manifest.json
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
{
"name": "WhoReacted",
"description": "Shows the avatars of the users who reacted to a message.",
"version": "1.2.3",
"author": {
"id": "289112759948410881",
"name": "Jaime Filho"
},
"invite": "z6Yx9A8VDR",
"website": "https://github.com/jaimeadf/BetterDiscordPlugins/tree/release/src/WhoReacted",
"source": "https://github.com/jaimeadf/BetterDiscordPlugins/tree/release/src/WhoReacted",
"updateUrl": "https://raw.githubusercontent.com/jaimeadf/BetterDiscordPlugins/release/dist/WhoReacted/WhoReacted.plugin.js",
"changelog": [
{
"title": "So many settings",
"items": [
"Added settings to let you decide whether you want to hide or show yourself and/or bots in the reactors (Thanks @FichteFoll on GitHub).",
"Added setting to set the avatars size (Thanks @FichteFoll on GitHub).",
"Categorized the settings for better organization and easier access."
]
},
{
"title": "I knew I shouldn't mess with the comparisons",
"type": "fixed",
"items": [
"Fixed setting to not show yourself not working for everyone (Thanks again @FichteFoll on GitHub)."
]
}
]
}