diff --git a/bot/cogs/authentication.py b/bot/cogs/authentication.py index 0dbfb05..d289afb 100644 --- a/bot/cogs/authentication.py +++ b/bot/cogs/authentication.py @@ -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):