Fix normal animal type
This commit is contained in:
parent
1b4dabad6c
commit
bf314abef0
@ -70,7 +70,7 @@ class PalWorld(commands.Cog):
|
|||||||
"Water": discord.Color.dark_blue(),
|
"Water": discord.Color.dark_blue(),
|
||||||
"Ice": discord.Color.blue(),
|
"Ice": discord.Color.blue(),
|
||||||
"Dragon": discord.Color.purple(),
|
"Dragon": discord.Color.purple(),
|
||||||
"Neutral": discord.Color.lighter_grey(),
|
"Normal": discord.Color.lighter_grey(),
|
||||||
"Electricity": discord.Color.yellow(),
|
"Electricity": discord.Color.yellow(),
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -112,6 +112,7 @@ class PalWorld(commands.Cog):
|
|||||||
"Cooling": "❄️",
|
"Cooling": "❄️",
|
||||||
"Transporting": "📦",
|
"Transporting": "📦",
|
||||||
"Farming": "🚜",
|
"Farming": "🚜",
|
||||||
|
"Normal": "😐",
|
||||||
}
|
}
|
||||||
|
|
||||||
specialties = soup.find("div", class_="grid grid-cols-2 grid-rows-6 gap-2")
|
specialties = soup.find("div", class_="grid grid-cols-2 grid-rows-6 gap-2")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user