Skip to content

Commit

Permalink
Reply to msg
Browse files Browse the repository at this point in the history
  • Loading branch information
freiheit committed Oct 30, 2023
1 parent a24da04 commit 0710a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mvkdicebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ async def roll(ctx, *, dicestr: str):
impact = 1
answer += f"**Impact:** {impact}"

await ctx.send(answer)
await ctx.reply(answer)
else:
await ctx.send(f"No valid NdNs found in '{dicestr}'")
await ctx.reply(f"No valid NdNs found in '{dicestr}'")

# try:
# rolls, limit = map(int, dicestr.split("d"))
Expand Down

0 comments on commit 0710a7b

Please sign in to comment.