feat: Add embed colors
This commit is contained in:
parent
a3e51f0e4a
commit
222b8b4ea5
1 changed files with 9 additions and 0 deletions
9
utils/embedColor.go
Normal file
9
utils/embedColor.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package utils
|
||||
|
||||
type EmbedColorType int
|
||||
|
||||
const (
|
||||
EDefault EmbedColorType = 0xaddb87
|
||||
EFail EmbedColorType = 0xff0000
|
||||
ESuccess EmbedColorType = 0x00ff00
|
||||
)
|
Loading…
Reference in a new issue