Skip to content

Commit

Permalink
The reset command now replies to the caller.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhliang committed May 3, 2018
1 parent 4de9496 commit 9c2a438
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bot/verification_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,10 @@ async def reset(self, ctx, member: discord.Member):
nick=None,
reason=f"Reset by {ctx.message.author.name} using {self.get_bot_member(ctx.guild).name}"
)
await ctx.message.channel.send(
f"{ctx.message.author.mention} Member {member} has been reset to the Welcome role."
)


def is_welcome_member_screenshot(self, message):
"""
Expand Down

0 comments on commit 9c2a438

Please sign in to comment.