Skip to content

Commit

Permalink
add finished message to check user roles command
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvictorfs committed Feb 15, 2024
1 parent 3d57ac7 commit b36470a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot/cogs/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@ async def check_users(self):
@commands.command("check_user_roles")
async def check_user_roles_command(self, ctx: Context):
await ctx.send("Checando roles")
return await check_user_roles(self)
await check_user_roles(self)
await ctx.send("Checagem de roles finalizada.")

@staticmethod
async def send_cooldown(ctx):
Expand Down

0 comments on commit b36470a

Please sign in to comment.