-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathconfig.js
29 lines (27 loc) · 1.21 KB
/
config.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
///////////////////////////
// Aayu5h and Sahil
// https://discord.gg/uepgJzsf6n
// https://spicydevs.me/
///////////////////////////
module.exports = {
// refer to tutorial1.png and tutorial2.png in the repo for help
showTime: false, // Toggle to show or hide time in status (true/false)
token: "" || process.env.TOKEN,
timeZone: "Asia/Kolkata", //Your Timezone, eg Asia/Kolkata
Name: "Name Here!",
State: "State Here!",
Details: "Details Here!",
FirstButtonName: "Button1 Name",
FirstButtonUrl: "https://spicydevs.me/",
SecondButtonName: "Button2 Name",
SecondButtonUrl: "https://spicydevs.me/",
LargeImage: "https://media.discordapp.net/attachments/1154789029963890802/1155453767412621362/c195de24559e92ba8f283a719d2e5137.png", // DISCORD CDN IMAGE ONLY
LargeText: "Large Image Text", // hover text for large image
SmallImage: "https://media.discordapp.net/attachments/1154789029963890802/1155453635732451429/9b92f310a29c0dbcab36e825cb62593b.png", // DISCORD CDN IMAGE ONLY
SmallText: "Small Image Text", // hover text for small image
};
///////////////////////////
// Aayu5h and Sahil
// https://discord.gg/uepgJzsf6n
// https://spicydevs.me/
///////////////////////////