#How to use color code like ec7600 in code?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
i want to make it so user gives the color code thing and then the role color changes but idk how to use the code as color i looked up disnake.color etc. i couldn't find what i was looking for plz send help ;-;
this thing
i forgot what it was called
That's the hex representation of color value
disnake.Color(int("ec7600", base=16))
tysm!!!