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_orange": "Dunkelorange",
|
||||||
"dark_purple": "Dunkelviolett",
|
"dark_purple": "Dunkelviolett",
|
||||||
"dark_red": "Dunkelrot",
|
"dark_red": "Dunkelrot",
|
||||||
"dark_teal": "Dunkelzinnoberrot",
|
"dark_teal": "Dunkelblaugrün",
|
||||||
"default": "Standard",
|
"default": "Standard",
|
||||||
"gold": "Gold",
|
"gold": "Gold",
|
||||||
"green": "Grün",
|
"green": "Grün",
|
||||||
"greyple": "Graugrün",
|
"greyple": "Graugrün",
|
||||||
"light_gray": "Hellgrau",
|
"light_gray": "Hellgrau",
|
||||||
"light_grey": "Hellgrau",
|
|
||||||
"magenta": "Magenta",
|
"magenta": "Magenta",
|
||||||
"orange": "Orange",
|
"orange": "Orange",
|
||||||
"purple": "Violett",
|
"purple": "Violett",
|
||||||
"red": "Rot",
|
"red": "Rot",
|
||||||
"teal": "Aquamarin",
|
"teal": "Blaugrün",
|
||||||
"yellow": "Gelb"
|
"yellow": "Gelb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -172,7 +172,6 @@ class LevelGroup(DiscordCommandABC):
|
|||||||
('gold', discord.Colour.gold().to_rgb()),
|
('gold', discord.Colour.gold().to_rgb()),
|
||||||
('green', discord.Colour.green().to_rgb()),
|
('green', discord.Colour.green().to_rgb()),
|
||||||
('greyple', discord.Colour.greyple().to_rgb()),
|
('greyple', discord.Colour.greyple().to_rgb()),
|
||||||
('light_gray', discord.Colour.light_gray().to_rgb()),
|
|
||||||
('light_grey', discord.Colour.light_grey().to_rgb()),
|
('light_grey', discord.Colour.light_grey().to_rgb()),
|
||||||
('magenta', discord.Colour.magenta().to_rgb()),
|
('magenta', discord.Colour.magenta().to_rgb()),
|
||||||
('orange', discord.Colour.orange().to_rgb()),
|
('orange', discord.Colour.orange().to_rgb()),
|
||||||
|
Loading…
Reference in New Issue
Block a user