started pokemon function
This commit is contained in:
parent
e2b7efd37f
commit
b5e5c37208
1 changed files with 10 additions and 0 deletions
|
|
@ -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}')
|
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(
|
@bot.command(
|
||||||
description="Pokedex",
|
description="Pokedex",
|
||||||
help="Get information on pokemon",
|
help="Get information on pokemon",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue