Browse Source

changed warning colour

tags/v2.0.0
Roxie Gibson 5 years ago
parent
commit
d1e1fe7cd9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roxbot/enums.py

+ 1
- 1
roxbot/enums.py View File

@@ -32,7 +32,7 @@ class EmbedColours(IntEnum):
pink = 0xDEADBF # Roxbot Pink
yellow = 0xFDDF86 # Roxbot Yellow
blue = 0x6F90F5 # Roxbot Blue
orange = 0xefa940 # Used for warnings (not the admin cog command)
orange = 0xdd8d16 # Used for warnings (not the admin cog command)
red = 0xe74c3c # Used for errors
dark_red = 0x992d22 # Used for on_command_error
frog_green = 0x4C943D # Used for FROGTIPS

Loading…
Cancel
Save