forked from ilhamshf/NitroPerks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NitroPerks.plugin.js
29 lines (27 loc) · 917 Bytes
/
NitroPerks.plugin.js
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
/**
* @name NitroPerks
* @author lemons
* @description Abandoned.
* @version 3.0.0
* @invite inviteCode
* @authorId 407348579376693260
* @source https://raw.githubusercontent.com/respecting/NitroPerks/main/NitroPerks.plugin.js
* @updateUrl https://raw.githubusercontent.com/respecting/NitroPerks/main/NitroPerks.plugin.js
*/
module.exports = class NitroPerks {
load() {BdApi.showConfirmationModal("Notice:",
[
"NitroPerks has been abandoned.",
"Alternatives you can use are:",
BdApi.React.createElement("a", {href: "https://betterdiscord.app/plugin/FreeEmojis", target: "_blank"}, "FreeEmojis by An00nymushun"),"",
BdApi.React.createElement("a", {href: "https://betterdiscord.app/plugin/EditUsers", target: "_blank"}, "EditUsers by DevilBro")
],
{
danger: true,
confirmText: "Okay.",
cancelText: ""
}
);}
start() {}
stop() {}
}