This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.js
117 lines (117 loc) · 4.03 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
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
module.exports = {
api: {
url: 'https://whois.waya.one',
path: '/'
},
user: {
id: "821472922140803112",
username: "mwlica",
discriminator: "8888",
nickname: "Luna",
nickavatar: "https://avatars.githubusercontent.com/u/71079641?v=4",
status: {
state: {
text: "dnd",
color: "#ED4245"
},
emote: "https://cdn.discordapp.com/emojis/682858108862726191.gif?size=2048",
text: "waya.one • Stressed out"
},
activities: [],
createdTimestamp: 1615924806867,
avatar: "https://avatars.githubusercontent.com/u/71079641?v=4",
banner: "https://cdn.waya.one/r/sunset.gif",
accentColor: "#ce3760"
},
cards: [{
name: 'Wamellow',
icon: 'https://cdn.discordapp.com/avatars/1125449347451068437/a_986f2a6a8d2089e9cdab4f7de9c34c87.webp?size=1024',
description: 'Engage with /image AI, Text to Speech, and much more.',
url: 'https://wamellow.com?utm_source=lunish.nl',
position: `Founder, Developer`,
bot: 2
}, {
name: 'Waya',
icon: 'https://cdn.discordapp.com/avatars/857230367350063104/3873fe5ffefd4689a10bfb9a518cb2b1.webp?size=1024',
description: 'A simple multi-function bot with Pronouns Select, Starboard and more.',
url: 'https://waya.one?utm_source=lunish.nl',
position: `Founder, Developer`,
bot: 2
}, {
name: 'Discordlist.gg',
icon: 'https://cdn.discordapp.com/icons/724571620676599838/37192e8b0c8981cbfd8b172a9693cc19.webp?size=1024',
description: 'Find the best bots and servers to upgrade your Discord experience.',
url: 'https://discordlist.gg?utm_source=lunish.nl',
position: `Beta Contributor`
}, {
name: 'discord-botlist.eu',
icon: 'https://cdn.discord-botlist.eu/pictures/logo.png',
description: 'We give you the ability to apply and give your bot a page on our site.',
url: 'https://discord-botlist.eu?utm_source=lunish.nl',
position: `Moderator`
}, {
name: 'Tixte',
icon: 'https://tixte.com/static/media/logo_mark.d3b45ae2.png',
description: 'The fast, free and easy way to upload and store your files in the cloud.',
url: 'https://discord.gg/vWcEAX5G4B?utm_source=lunish.nl',
position: `Moderator`
}],
header: {
icon: `https://avatars.githubusercontent.com/u/71079641?v=4`,
name: `Lunish`,
buttons: {
Discord: `/go/discord`,
GitHub: `/go/github`,
Twitter: `/go/twitter`
}
},
metadata: {
title: `Luna - Software Engineer and LGBTQ+ Activist`,
description: `Heyia, I'm Luna, born at 17th of April and currently live in Austria.\nI'm female and my pronouns are She/Her!`,
image: `https://avatars.githubusercontent.com/u/71079641?v=4`,
domainName: `lunish.nl`,
color: `#f19bec`,
keywords: [
'Luna',
'Lunish',
'Lunish#8888',
'Lunish Twitter',
'Lunish Discord',
'Lunish GitHub',
'Lunish Onlyfans',
'waya bot',
'waya',
'waya.one',
'discord waya',
'Seemann',
'Luna Seemann',
'Flamex',
'Bendix',
'dbleu',
'dbleu staff',
'discord-botlist.eu',
'discord-botlist.eu staff',
'Tixte',
'Tixte staff',
'Dasu',
'Dasu staff',
'Pronouns',
'Pronouns bot',
'Pronouns discord',
'discord bot',
'discord bots',
'discord',
'botlist',
'dlist.gg',
'dlist.js',
'dlistjs',
'dlist',
'dlist api',
'discordlist.gg',
'discordlist.js',
'discordlistjs',
'discordlist',
'discordlist api'
],
}
}