forked from sh-edraft.de/sh_discord_bot
Changed color names #90
This commit is contained in:
parent
ccbe60b747
commit
898b24c8ee
@ -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"
|
||||
}
|
||||
},
|
||||
|
@ -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()),
|
||||
|
Loading…
Reference in New Issue
Block a user