-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.js
74 lines (65 loc) · 2.94 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
/////////////////////////////////BASICS
exports.PREFIX = "!";
exports.version = "v2.0";
exports.supportserver = "https://dsc.gg/uchiha-support";
exports.OWNER1 = "850938117422448670"; //Ashish
exports.OWNER2 = "744578635780063293"; //Drix
exports.OWNER3 = "815608820113080330"; //ATHUL
exports.banner =
"https://cdn.discordapp.com/attachments/851119555287318588/872008371207831572/standard_4.gif";
/////////////////////////////////EMBEDS
exports.themecolor = "BLACK";
exports.errorcolor = "RED";
exports.successcolor = "BLACK";
/////////////////////////////////EMOJIS
exports.vdevanimated = "<a:verified_bot_developer:870136997614862366>";
exports.error = "<a:pg:870080272698322984>";
exports.setting = "<:setting:870883588650971217>";
exports.arrow = "<a:Ar:868269759626637372>";
exports.dot = "<:CyanDot:874281948447658015>";
exports.vbot = "<:vbot:869770451595984906>";
exports.robot = "<:Good_Robotics:874841269942243339>";
exports.stopwatch = "<:stopwatch:870894301574488124>";
exports.info = "<:info:869824256274472971>";
exports.gear = "<a:gear:870955763672154152>";
exports.gw = "<a:gw:870977804576108564>";
exports.gpoll = "<a:gpoll:870545488095633459>";
exports.giftbox = "<:pls_gift:870883424276201553>";
exports.gun = "<:pistol:870985163532820560>";
exports.twitter = "<:twitter:870894769033846824>";
exports.crown = "<a:ownerCrown:868087504404897802>";
exports.logo = "<:Kakashi_logo:872178848152825927>";
exports.link = "<:blurplelink:874858768863735818>";
exports.vote = "<:vote:872826768917168168>";
/////////////////////////////////YES/NO
exports.nope = "<:RC:880598448729096222>";
exports.yeah = "<:GT:880599028516147220>";
/////////////////////////////////STATUS
exports.online = "data";
exports.dnd = "data";
exports.idle = "data";
/////////////////////////////////GIVEAWAYS
exports.EmbedColour = "RANDOM";
exports.giveawayManagerID = "850938117422448670";
exports.giveawayRoleID = "869189567117406259";
exports.giveawayMention = "false";
exports.showMention = "false";
exports.hostedBy = "false";
/////////////////////////////////MISC
exports.FeedbackChannel = "869168762694291507";
exports.ReportChannel = "869285803266834524";
exports.SuggestChannel = "869168786891218954";
/////////////////////////////////GUILD
exports.system_server = "867728175681110026";
exports.bot_join = "869809953307787304";
exports.bot_leave = "869809953307787304";
/////////////////////////////////DBL
exports.POST_CHANNEL = "871742867507396608";
exports.TOP_GG = "https://top.gg/bot/868900571183185932";
exports.VOTE_LINK = "https://top.gg/bot/868900571183185932/vote";
exports.INVITE_LINK =
"https://discord.com/api/oauth2/authorize?client_id=868900571183185932&permissions=2285239415&redirect_uri=https%3A%2F%2Fdsc.gg%2Fuchiha-support&scope=bot";
/////////////////////////////////API
exports.news_API = "2eb25fa722e84283b4e50f71b68edb9c";
exports.AME_API =
"bb03f373caa534fcfcbaeae177a65134f44a6e57ba7a7b098be273867b376d8a677ddae3c23c6ded4fec8288573945e8c3483689deb13f229376ad4b5b60231d";