-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.js
59 lines (52 loc) · 2.62 KB
/
settings.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
module.exports = {
botInfo : {
version: "1.4",
releaseDate: "30/11/20 9:00PM",
newFeatures:[
"🔥 !kick <user>",
"🔥 !vote -m <message> -o <options> -t <time (in m)> ",
"🔥 Bosskey's words of wisdom"
],
updates: [
"💣 !react - *Updated*",
"💣 !vote - *Updated*",
"💣 !kick - *Updated*",
"Add BotSki to any server. Use !info to know more.",
]
},
botActivity: {
name: 'you',
type: 'WATCHING',
url: 'https://botski.shriram.xyz/',
application: 'Brain',
},
commands:[
"!react - Sends stickers. Use \"!react help\" for more.",
"!covid - Get the latest Covid19 numbers.",
"!log - Bot update logs.",
"!info - Know about the bot.",
"!kick - Kick/Mute user ",
"!vote - Start a poll"
],
reactImages : {
b1 : 'https://i.imgur.com/dQQqaMP.png',
b2 : 'https://i.imgur.com/UC6YLky.png',
b3 : 'https://i.imgur.com/lQ7VBF2.png',
b4 : 'https://i.imgur.com/YxZzO4H.png',
b5 : 'https://i.imgur.com/gjb11q7.png',
b6 : 'https://i.imgur.com/VlFZn6k.png',
b7 : 'https://i.imgur.com/23yQN04.png',
rkt : 'https://media.giphy.com/media/G6i8s8IyQYS4g/giphy.gif',
bosskey : 'https://media.giphy.com/media/l2JeiuwmhZlkrVOkU/giphy.gif'
},
emojiList: ['✌', '😂', '😝', '😁', '😱', '👉', '🙌', '🍻', '🔥', '🌈', '☀', '🎈', '🌹', '💄', '🎀', '⚽', '🎾', '🏁', '😡', '👿', '🐻', '🐶', '🐬', '🐟', '🍀', '👀', '🚗', '🍎', '💝', '💙', '👌', '❤', '😍', '😉', '😓', '😳', '💪', '🍸', '🔑', '💖', '🌟', '🎉', '🌺', '🎶', '👠', '🏈', '⚾', '🏆', '👽', '💀', '🐵', '🐮', '🐩', '🐎', '💣', '👃', '👂', '🍓', '💘', '💜', '👊', '💋', '😘', '😜', '😵', '🙏', '👋', '🚽', '💃', '💎', '🚀', '🌙', '🎁', '⛄', '🌊', '⛵', '🏀', '🎱', '💰', '👶', '👸', '🐰', '🐷', '🐍', '🐫', '🔫', '👄', '🚲', '🍉', '💛', '💚'],
emojiPoints: ['🔴','🟠','🟡','🟢','🔵','🟣'],
welcomeGifs: [
'https://media.giphy.com/media/LPaBB9d1GegMFC75Qf/giphy.gif',
'https://media.giphy.com/media/LQ2nRiL5Au4nD4cNw7/giphy.gif',
'https://media.giphy.com/media/553wiYN2lOZz5CBdpF/giphy.gif',
'https://media.giphy.com/media/mTs11L9uuyGiI/giphy.gif',
'https://media.giphy.com/media/1iZS2vRXtTlBI1a0/giphy.gif',
'https://media.giphy.com/media/iugZw96Gq1gmk/giphy.gif',
],
};