Skip to content

Commit

Permalink
Added msg reply for roll command
Browse files Browse the repository at this point in the history
  • Loading branch information
ttgc committed Mar 21, 2024
1 parent ed4e454 commit b8cfa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dpylib/cogs/jdr/jdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ async def roll(self, ctx: commands.Context, *, expression: str) -> None:
result = parser()
Log.info("rolled '%s' in channel %d of server %d", result, ctx.channel.id, ctx.guild.id) # pyright: ignore
await fetch_task
await ctx.send(member.lang['rollindep'].format(result))
await ctx.send(member.lang['rollindep'].format(result), reference=ctx.message)

0 comments on commit b8cfa20

Please sign in to comment.