mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
wip
This commit is contained in:
parent
7195d43c74
commit
6173b085a3
26 changed files with 1112 additions and 91 deletions
67
labscore/constants.js
Normal file
67
labscore/constants.js
Normal file
|
@ -0,0 +1,67 @@
|
|||
const COLORS = Object.freeze({
|
||||
"error": 15548997,
|
||||
"success": 6411359,
|
||||
"warning": 16426522,
|
||||
"embed": 3092790,
|
||||
"brand": 6085465
|
||||
})
|
||||
|
||||
const ICONS = Object.freeze({
|
||||
"error": "<:ico_error:925832574239121429>",
|
||||
"warning": "<:ico_warning:925832574931189830>",
|
||||
"success": "<:ico_check:925813919929491516>",
|
||||
"success_simple": "<:lc_success:699608002910617670>",
|
||||
"failiure": "<:ico_cross:925813919577153639>",
|
||||
"failiure_simple": "<:lc_denied:688071041787887647>",
|
||||
"activity": "<:ico_activity:903266937247780906>",
|
||||
"analytics": "<:ico_analytics:914630522326642761>",
|
||||
"audio": "<:ico_audio:903260568037769286>",
|
||||
"boost": "<:ico_boost:903266056154513428>",
|
||||
"calendar": "<:ico_calendar:903263528557887528>",
|
||||
"channel": "<:ico_channel:903265030647210044>",
|
||||
"check": "<:ico_check:925813919929491516>",
|
||||
"command": "<:ico_command:903266599694372875>",
|
||||
"connection": "<:ico_connection:903282945551388702>",
|
||||
"cross": "<:ico_cross:925813919577153639>",
|
||||
"downloading": "<:ico_downloading:903301897027452998>",
|
||||
"emoji": "<:ico_emoji:903265030823374928>",
|
||||
"fun": "<:ico_fun:903260112657981510>",
|
||||
"house": "<:ico_house:903263528591429702>",
|
||||
"image": "<:ico_image:903259583475240961>",
|
||||
"info": "<:ico_info:903258571335147592>",
|
||||
"list": "<:ico_list:903263528662757426>",
|
||||
"list_large": "<:ico_list_large:903265635155443772>",
|
||||
"microphone": "<:ico_microphone:903273971993169920>",
|
||||
"moderation": "<:ico_moderation:903273971523387404>",
|
||||
"nitro": "<:ico_nitro:903263528696283168>",
|
||||
"note": "<:ico_note:914630523828179034>",
|
||||
"nsfw": "<:ico_nsfw:925817891260072026>",
|
||||
"pencil": "<:ico_pencil:903273971636662313>",
|
||||
"people": "<:ico_people:915666775700561990>",
|
||||
"person": "<:ico_person:903275266485420082>",
|
||||
"qr": "<:ico_qr:915278046293000253>",
|
||||
"rocket": "<:ico_rocket:914631573238865980>",
|
||||
"role": "<:ico_role:903273016455209040>",
|
||||
"rules": "<:ico_rules:915269410699243560>",
|
||||
"search": "<:ico_search:903258998432731146>",
|
||||
"snowsgiving": "<:ico_snowsgiving:915666777646694440>",
|
||||
"stats": "<:ico_stats:903265030752047144>",
|
||||
"timer": "<:ico_timer:915271575274680350>",
|
||||
"util": "<:ico_util:903259395381690379>",
|
||||
"locale": "<:ico_locale:925891616986791936>",
|
||||
"question": "<:ico_question:949420315677691934>"
|
||||
})
|
||||
|
||||
const WEB_ASSETS = Object.freeze({
|
||||
"brands": {
|
||||
"genius": "357a0d4aaf1cedfa41dfb38bf3acb961",
|
||||
"labscore": "042e4a437e14580ee2fda8be217991d6"
|
||||
},
|
||||
"weather": "aab92e69374e4c7b8c6741fe02e574b9"
|
||||
})
|
||||
|
||||
module.exports = {
|
||||
COLORS,
|
||||
ICONS,
|
||||
WEB_ASSETS
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue