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(),
|
||||
"Ice": discord.Color.blue(),
|
||||
"Dragon": discord.Color.purple(),
|
||||
"Neutral": discord.Color.lighter_grey(),
|
||||
"Normal": discord.Color.lighter_grey(),
|
||||
"Electricity": discord.Color.yellow(),
|
||||
}
|
||||
|
||||
@ -112,6 +112,7 @@ class PalWorld(commands.Cog):
|
||||
"Cooling": "❄️",
|
||||
"Transporting": "📦",
|
||||
"Farming": "🚜",
|
||||
"Normal": "😐",
|
||||
}
|
||||
|
||||
specialties = soup.find("div", class_="grid grid-cols-2 grid-rows-6 gap-2")
|
||||
|
Loading…
x
Reference in New Issue
Block a user