update help

This commit is contained in:
xeals 2023-04-27 12:16:09 +10:00
parent 6c7d61f916
commit ea2285ed1d
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

3
bot.py
View File

@ -93,7 +93,8 @@ class BotClient(discord.Client):
"Run Showdown damage calculations.\n" "Run Showdown damage calculations.\n"
"Example format:\n" "Example format:\n"
"` %calc -2 8 SpA Choice Specs Torkoal Overheat vs. 252 HP / 4+ SpD Assault Vest Abomasnow in Sun through Light Screen`\n" "` %calc -2 8 SpA Choice Specs Torkoal Overheat vs. 252 HP / 4+ SpD Assault Vest Abomasnow in Sun through Light Screen`\n"
"Supported: attacker/defender boosts, EVs, tera, item, species; attacker ability; weather/terrain; screens." "Supported: attacker/defender boosts, EVs, tera, item, ability, species; weather/terrain; screens."
"Not supported (popular): non-default multi hits; hazards."
) )
async def _calculate(self, args: list[str]) -> str: async def _calculate(self, args: list[str]) -> str: