WORKING POKEDEX COMMAND WOOOOHOO
This commit is contained in:
parent
e5630d6755
commit
9cdd10f751
4 changed files with 196 additions and 153 deletions
20
bot/assets/constants/typeColours.json
Normal file
20
bot/assets/constants/typeColours.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"Normal": "#A8A77A",
|
||||
"Fire": "#EE8130",
|
||||
"Water": "#6390F0",
|
||||
"Electric": "#F7D02C",
|
||||
"Grass": "#7AC74C",
|
||||
"Ice": "#96D9D6",
|
||||
"Fighting": "#C22E28",
|
||||
"Poison": "#A33EA1",
|
||||
"Ground": "#E2BF65",
|
||||
"Flying": "#A98FF3",
|
||||
"Psychic": "#F95587",
|
||||
"Bug": "#A6B91A",
|
||||
"Rock": "#B6A136",
|
||||
"Ghost": "#735797",
|
||||
"Dragon": "#6F35FC",
|
||||
"Dark": "#705746",
|
||||
"Steel": "#B7B7CE",
|
||||
"Fairy": "#D685AD"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue