started pokemon function

This commit is contained in:
phixxy 2024-01-06 09:20:46 -08:00
parent e2b7efd37f
commit b5e5c37208

View file

@ -1659,6 +1659,16 @@ async def roll(ctx, dice_string):
await ctx.send(f'{dice_str} + {modifier} = {total}' if modifier != 0 else f'{dice_str} = {total}')
@bot.command(
description="Pokemon",
help="Pokemon game",
brief="Pokemon Game",
hidden=True
)
async def pkmn(ctx, pokemon):
pass
@bot.command(
description="Pokedex",
help="Get information on pokemon",