UNPKG
discord-tool
Version:
latest (3.0.0)
3.0.0
2.0.0
0.0.0-claim
A best tool for discord bot
github.com/loirenn/discord-tool
loirenn/discord-tool
discord-tool
/
dist
/
colors.js
7 lines
(6 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Color
=
void
0
;
exports
.
Color
= {
Blank
:
"#2f3136"
};