We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae145d5 commit 432a124Copy full SHA for 432a124
1 file changed
include/dpp/colors.h
@@ -31,7 +31,7 @@ namespace dpp {
31
* @brief predefined color constants.
32
*/
33
namespace colors {
34
- const uint32_t
+ static constexpr uint32_t
35
white = 0xFFFFFF,
36
discord_white = 0xFFFFFE,
37
light_gray = 0xC0C0C0,
0 commit comments