Skip to content

Commit e8c1bd3

Browse files
author
nerves_dev
committed
Refactoring: Color code to hexadecimal notation
1 parent df21563 commit e8c1bd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import (
1616

1717
// Discord color values
1818
const (
19-
ColorRed = 10038562
20-
ColorGreen = 3066993
21-
ColorGrey = 9807270
19+
ColorRed = 0x992D22
20+
ColorGreen = 0x2ECC71
21+
ColorGrey = 0x95A5A6
2222
)
2323

2424
type alertManAlert struct {

0 commit comments

Comments
 (0)