mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-20 10:24:55 +00:00
Error handling
Embed responses
This commit is contained in:
parent
b93820e9d0
commit
f3929f2665
6 changed files with 169 additions and 48 deletions
5
utils/color.go
Normal file
5
utils/color.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package utils
|
||||
|
||||
func ColorFromRGB(r, g, b int) int {
|
||||
return (r << 16) + (g << 8) + b
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue