def welcomeset_bot(self, ctx): """Special welcome for bots""" if ctx.invoked_subcommand is None or \ isinstance(ctx.invoked_subcommand, commands.Group): await send_cmd_help(ctx) return