Changed color names #90

This commit is contained in:
Sven Heidemann 2022-11-08 08:01:57 +01:00
parent ccbe60b747
commit 898b24c8ee
2 changed files with 2 additions and 4 deletions

View File

@ -57,18 +57,17 @@
"dark_orange": "Dunkelorange",
"dark_purple": "Dunkelviolett",
"dark_red": "Dunkelrot",
"dark_teal": "Dunkelzinnoberrot",
"dark_teal": "Dunkelblaugrün",
"default": "Standard",
"gold": "Gold",
"green": "Grün",
"greyple": "Graugrün",
"light_gray": "Hellgrau",
"light_grey": "Hellgrau",
"magenta": "Magenta",
"orange": "Orange",
"purple": "Violett",
"red": "Rot",
"teal": "Aquamarin",
"teal": "Blaugrün",
"yellow": "Gelb"
}
},

View File

@ -172,7 +172,6 @@ class LevelGroup(DiscordCommandABC):
('gold', discord.Colour.gold().to_rgb()),
('green', discord.Colour.green().to_rgb()),
('greyple', discord.Colour.greyple().to_rgb()),
('light_gray', discord.Colour.light_gray().to_rgb()),
('light_grey', discord.Colour.light_grey().to_rgb()),
('magenta', discord.Colour.magenta().to_rgb()),
('orange', discord.Colour.orange().to_rgb()),